diff options
Diffstat (limited to 'benchmark.bash')
-rwxr-xr-x | benchmark.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark.bash b/benchmark.bash index dac575b..52c691f 100755 --- a/benchmark.bash +++ b/benchmark.bash @@ -7,7 +7,7 @@ cd "$(dirname "$0")" MYNAME=$(basename "$0") source tests/fuse-unmount.bash -function usage { +usage() { echo "Usage: $MYNAME [-encfs] [-openssl=true] [-openssl=false] [-dd] [DIR]" } |