On usage made it clear that -e is optional

This commit is contained in:
Marty Kraimer
1997-01-21 22:16:59 +00:00
parent f0ea531cc4
commit 2092f9faee

View File

@@ -20,7 +20,7 @@ Cleanup() {
done
exit $rtncode
}
USAGE="Usage: <full path>makeBaseApp -e appname ... "
USAGE="Usage: <full path>makeBaseApp [-e] appname ... "
if [ "$PWD" = "$HOME" ]; then Cleanup 1 "In Home Directory" "$USAGE"; fi;