Skip to content

Commit

Permalink
include directory name in usage message
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Nov 27, 2014
1 parent 0e7bc0a commit 0a48778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/install_stripped.sh
Expand Up @@ -4,7 +4,7 @@
# install arguments can be given in [$3].

if test $# -lt 2; then
echo "Usage: ./install_stripped.sh source destination [install args]"
echo "Usage: ./`basename $0` source destination [install args]"
exit 1
fi

Expand Down

0 comments on commit 0a48778

Please sign in to comment.