diff --git a/benchmark-suite/luks-benchmark.sh b/benchmark-suite/luks-benchmark.sh index b75b749..deef16d 100755 --- a/benchmark-suite/luks-benchmark.sh +++ b/benchmark-suite/luks-benchmark.sh @@ -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 diff --git a/benchmark-suite/sflc-legacy-benchmark.sh b/benchmark-suite/sflc-legacy-benchmark.sh index 79f9458..03f3714 100755 --- a/benchmark-suite/sflc-legacy-benchmark.sh +++ b/benchmark-suite/sflc-legacy-benchmark.sh @@ -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 diff --git a/benchmark-suite/sflc-legacy-fragmentation.sh b/benchmark-suite/sflc-legacy-fragmentation.sh index 7ae5257..4d65d37 100755 --- a/benchmark-suite/sflc-legacy-fragmentation.sh +++ b/benchmark-suite/sflc-legacy-fragmentation.sh @@ -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 diff --git a/benchmark-suite/sflc-lite-benchmark.sh b/benchmark-suite/sflc-lite-benchmark.sh index 916f071..0017dd1 100755 --- a/benchmark-suite/sflc-lite-benchmark.sh +++ b/benchmark-suite/sflc-lite-benchmark.sh @@ -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 diff --git a/benchmark-suite/sflc-lite-fragmentation.sh b/benchmark-suite/sflc-lite-fragmentation.sh index c5041e7..7983406 100755 --- a/benchmark-suite/sflc-lite-fragmentation.sh +++ b/benchmark-suite/sflc-lite-fragmentation.sh @@ -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 diff --git a/benchmark-suite/veracrypt-benchmark.sh b/benchmark-suite/veracrypt-benchmark.sh index d348373..a1e4df8 100755 --- a/benchmark-suite/veracrypt-benchmark.sh +++ b/benchmark-suite/veracrypt-benchmark.sh @@ -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