diff options
author | n_hibma <n_hibma@FreeBSD.org> | 2001-01-07 18:42:28 +0000 |
---|---|---|
committer | n_hibma <n_hibma@FreeBSD.org> | 2001-01-07 18:42:28 +0000 |
commit | ccbb4e0cbb8363581c7e13c8c644a47ce4a71deb (patch) | |
tree | 390caa35f0b1f23196586fadd2bdd2a1adc872e4 /gnu/usr.bin | |
parent | 6efbd08cc63fcb333342cd2717b75888a4bc636b (diff) | |
download | FreeBSD-src-ccbb4e0cbb8363581c7e13c8c644a47ce4a71deb.zip FreeBSD-src-ccbb4e0cbb8363581c7e13c8c644a47ce4a71deb.tar.gz |
Assume that the submitter knows what he is doing and order the
suggested actions accordingly. S)end should be the first one.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r-- | gnu/usr.bin/send-pr/send-pr.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/send-pr/send-pr.sh b/gnu/usr.bin/send-pr/send-pr.sh index e15efe7..1776e23 100644 --- a/gnu/usr.bin/send-pr/send-pr.sh +++ b/gnu/usr.bin/send-pr/send-pr.sh @@ -444,7 +444,7 @@ while true; do while true; do if [ -z "$BATCH" ]; then - $ECHON1 "a)bort, e)dit or s)end? $ECHON2" + $ECHON1 "s)end, e)dit or a)bort? $ECHON2" read input else if [ $CNT -eq 6 ]; then |