style: Change color pattern of benchmark help usage string

This commit is contained in:
Tommaso Gagliardoni 2025-09-02 11:54:47 +02:00
parent 91c7933823
commit 83d8d10302
6 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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