diff options
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index 141ff9d..dd3ec17 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -5,7 +5,7 @@ Bootstrap the project directory for Autoconf and Automake. Run this script after making changes to .ac and .am files. Usage: $0 -The script requires no arguments in order to run. +The script requires that no argument is passed in order to run. EOF exit 2 fi |