summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Quinson <mquinson@debian.org>2004-07-13 22:29:02 +0000
committerMartin Quinson <mquinson@debian.org>2004-07-13 22:29:02 +0000
commite790cfd92974a0a16543d30384cffc216d6eb01d (patch)
tree41376ab00d5a696e7ffd7ce76d3418a283a8e37d
parente90a0c6a1c3b1ad5110a8dbc904a3cc4bb9b327f (diff)
downloadquilt-e790cfd92974a0a16543d30384cffc216d6eb01d.tar.gz
makes clear that the $EDITOR variable is used to choose the editor
-rw-r--r--quilt/edit.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/quilt/edit.in b/quilt/edit.in
index 43f5c0e..2b1b2f3 100644
--- a/quilt/edit.in
+++ b/quilt/edit.in
@@ -14,8 +14,8 @@ usage()
if [ x$1 = x-h ]
then
printf $"
-Edit the specified file(s) in %s after adding it (them) to the
-topmost patch.
+Edit the specified file(s) in \$EDITOR (%s) after adding it (them) to
+the topmost patch.
" "$EDITOR"
exit 0
else