]> asedeno.scripts.mit.edu Git - git.git/blobdiff - git-send-email.perl
user-manual: minor rewording for clarity.
[git.git] / git-send-email.perl
index f4b8f96511b17e084163e2289c620f8793c10d87..f9bd2e5a9176ccf7dd8e2ce15233d2d93f9222ec 100755 (executable)
@@ -352,7 +352,7 @@ sub expand_aliases {
 
 if (!defined $initial_subject && $compose) {
        do {
-               $_ = $term->readline("What subject should the emails start with? ",
+               $_ = $term->readline("What subject should the initial email start with? ",
                        $initial_subject);
        } while (!defined $_);
        $initial_subject = $_;