Index: /branches/eam_branches/20090715/psModules/src/extras/pmVisual.c
===================================================================
--- /branches/eam_branches/20090715/psModules/src/extras/pmVisual.c	(revision 25640)
+++ /branches/eam_branches/20090715/psModules/src/extras/pmVisual.c	(revision 25641)
@@ -89,9 +89,13 @@
 {
     char key[10];
-    fprintf (stdout, "[c]ontinue? [s]kip the rest of these plots? [a]bort all visual plots?");
+    if (plotFlag) {
+	fprintf (stdout, "[c]ontinue? [s]kip the rest of these plots? [a]bort all visual plots? (c) ");
+    } else {
+	fprintf (stdout, "[c]ontinue? [a]bort all visual plots? (c) ");
+    }
     if (!fgets(key, 8, stdin)) {
         psWarning("Unable to read option");
     }
-    if (key[0] == 's') {
+    if (plotFlag && (key[0] == 's')) {
         *plotFlag = false;
     }
