diff options
author | a1346054 | 2021-08-31 17:01:47 +0000 |
---|---|---|
committer | rfjakob | 2021-09-01 10:22:01 +0200 |
commit | c63f7e9f64ee394b3311edb7f36f56fd786d145a (patch) | |
tree | 84dec7ad0b4759532f622174c008e3aa645c5a29 /benchmark.bash | |
parent | c505e73a13d8e2083b53c5c1af1f937b46665abd (diff) |
shell scripts: fix shellcheck warnings
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]" } |