Ver Fonte

typo in help text

David Rose há 23 anos atrás
pai
commit
e499b8ff2f
1 ficheiros alterados com 1 adições e 1 exclusões
  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"
 
           "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");
 }