Skip to content

Commit

Permalink
Test scripts: end to end test script: fix "usage" message.
Browse files Browse the repository at this point in the history
Conflicts:
	src/test-scripts/qfstest.sh
  • Loading branch information
mikeov committed Feb 3, 2015
1 parent 8ea8df9 commit 78d1bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test-scripts/qfstest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ while [ $# -ge 1 ]; do
auth='no'
else
echo "unsupported option: $1" 1>&2
echo "Usage: %1 [-valgrind] [-ipv6] [-noauth] [-auth]"
echo "Usage: $0 [-valgrind] [-ipv6] [-noauth] [-auth]"
exit 1
fi
shift
Expand Down

0 comments on commit 78d1bce

Please sign in to comment.