Tweaked a message.
authorWayne Davison <wayned@samba.org>
Wed, 8 Feb 2006 20:47:30 +0000 (20:47 +0000)
committerWayne Davison <wayned@samba.org>
Wed, 8 Feb 2006 20:47:30 +0000 (20:47 +0000)
verify-patches

index 4f0eaa7..3597774 100755 (executable)
@@ -178,7 +178,7 @@ foreach my $diff (@ARGV) {
 }
 
 while ($require_quit) {
-    print "\nType 'Q' to quit: ";
+    print "\nType 'Q' to quit this session of verify-patches: ";
     $_ = <STDIN>;
     exit if /^q/i;
 }