diff options
-rwxr-xr-x | edit | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/edit b/edit index 400ab370..aa9ccff7 100755 --- a/edit +++ b/edit @@ -3,10 +3,7 @@ if [ $# -eq 0 ] then - echo "Usage: $0 <file root without subdirectory or .subx extension>" - echo - echo "Naming convention: Files starting with 'ex' will be assumed to live in examples/" - echo "Other files will be assumed to live in apps/" + echo "Usage: $0 <file root without apps/ subdirectory or .subx extension>" exit 1 fi |