From 6a75465ff3dcfd38a6dc7d6e836767d53ac0042f Mon Sep 17 00:00:00 2001 From: Nick Hibma Date: Sun, 7 Jan 2001 18:42:28 +0000 Subject: [PATCH] Assume that the submitter knows what he is doing and order the suggested actions accordingly. S)end should be the first one. --- gnu/usr.bin/send-pr/send-pr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/usr.bin/send-pr/send-pr.sh b/gnu/usr.bin/send-pr/send-pr.sh index e15efe7c526..1776e238c3b 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