mirror of
https://codeberg.org/shufflecake/shufflecake-c.git
synced 2026-01-09 12:30:59 -05:00
style: Change color pattern of benchmark help usage string
This commit is contained in:
parent
91c7933823
commit
83d8d10302
6 changed files with 6 additions and 6 deletions
|
|
@ -81,7 +81,7 @@ bpx() {
|
|||
|
||||
# Show usage
|
||||
usage() {
|
||||
echo -e "Use ${BLUE}${SCRIPTNAME}${NC} --help for usage and help."
|
||||
echo -e "Use ${BLUE}${SCRIPTNAME} --help${NC} for usage and help."
|
||||
}
|
||||
|
||||
# Clean up function, called by trap on exit
|
||||
|
|
|
|||
|
|
@ -90,7 +90,7 @@ bpx() {
|
|||
|
||||
# Show usage
|
||||
usage() {
|
||||
echo -e "Use ${BLUE}${SCRIPTNAME}${NC} --help for usage and help."
|
||||
echo -e "Use ${BLUE}${SCRIPTNAME} --help${NC} for usage and help."
|
||||
}
|
||||
|
||||
# Clean up function, called by trap on exit
|
||||
|
|
|
|||
|
|
@ -95,7 +95,7 @@ bpx() {
|
|||
|
||||
# Show usage
|
||||
usage() {
|
||||
echo -e "Use ${BLUE}${SCRIPTNAME}${NC} --help for usage and help."
|
||||
echo -e "Use ${BLUE}${SCRIPTNAME} --help${NC} for usage and help."
|
||||
}
|
||||
|
||||
# Clean up function, called by trap on exit
|
||||
|
|
|
|||
|
|
@ -90,7 +90,7 @@ bpx() {
|
|||
|
||||
# Show usage
|
||||
usage() {
|
||||
echo -e "Use ${BLUE}${SCRIPTNAME}${NC} --help for usage and help."
|
||||
echo -e "Use ${BLUE}${SCRIPTNAME} --help${NC} for usage and help."
|
||||
}
|
||||
|
||||
# Clean up function, called by trap on exit
|
||||
|
|
|
|||
|
|
@ -95,7 +95,7 @@ bpx() {
|
|||
|
||||
# Show usage
|
||||
usage() {
|
||||
echo -e "Use ${BLUE}${SCRIPTNAME}${NC} --help for usage and help."
|
||||
echo -e "Use ${BLUE}${SCRIPTNAME} --help${NC} for usage and help."
|
||||
}
|
||||
|
||||
# Clean up function, called by trap on exit
|
||||
|
|
|
|||
|
|
@ -80,7 +80,7 @@ bpx() {
|
|||
|
||||
# Show usage
|
||||
usage() {
|
||||
echo -e "Use ${BLUE}${SCRIPTNAME}${NC} --help for usage and help."
|
||||
echo -e "Use ${BLUE}${SCRIPTNAME} --help${NC} for usage and help."
|
||||
}
|
||||
|
||||
# Clean up function, called by trap on exit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue