Skip to content

Commit

Permalink
Add optional parameter to bench.sh usage
Browse files Browse the repository at this point in the history
  • Loading branch information
gaul authored and kahing committed May 20, 2019
1 parent 30e30a8 commit 19ff680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench/bench.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ set -o errexit
set -o nounset

if [ $# -lt 2 ]; then
echo "Usage: $0 <mount cmd> <dir>"
echo "Usage: $0 <mount cmd> <dir> [test name]"
exit 1
fi

Expand Down

0 comments on commit 19ff680

Please sign in to comment.