about summary refs log tree commit diff stats
path: root/edit
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-03-29 14:25:11 -0700
committerKartik Agaram <vc@akkartik.com>2020-03-29 14:25:11 -0700
commit9bc58ed8029d4889ed4a360926a61cf818334535 (patch)
tree3cae4eb29fa26ace2535e65e1676db0ac8e51314 /edit
parente1d6496bc0bb8d0ad2fda05f3f6460a4fa4ea5a7 (diff)
downloadmu-9bc58ed8029d4889ed4a360926a61cf818334535.tar.gz
6177
Diffstat (limited to 'edit')
-rwxr-xr-xedit5
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