Browse Source

typo in help text

David Rose 23 years ago
parent
commit
e499b8ff2f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/autorestart/autorestart.c

+ 1 - 1
direct/src/autorestart/autorestart.c

@@ -228,7 +228,7 @@ help() {
           "completion, it is not restarted.\n\n"
           "completion, it is not restarted.\n\n"
 
 
           "If the program is terminated via a TERM or KILL signal (e.g. via\n"
           "If the program is terminated via a TERM or KILL signal (e.g. via\n"
-          "kill [pid] or kill -i [pid]), it is assumed the user meant for the\n"
+          "kill [pid] or kill -9 [pid]), it is assumed the user meant for the\n"
           "process to stop, and it is not restarted.\n\n");
           "process to stop, and it is not restarted.\n\n");
 }
 }