diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h index 0349f6916..209db7699 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -2681,6 +2681,10 @@ USE_FEATURE_DATE_ISOFMT( \ | |||
2681 | "\n\t-n|--name <process-name>\tstop processes with this name" \ | 2681 | "\n\t-n|--name <process-name>\tstop processes with this name" \ |
2682 | "\n\t-p|--pidfile <pid-file>\t\tsave or load pid using a pid-file" \ | 2682 | "\n\t-p|--pidfile <pid-file>\t\tsave or load pid using a pid-file" \ |
2683 | "\n\t-q|--quiet\t\t\tbe quiet" \ | 2683 | "\n\t-q|--quiet\t\t\tbe quiet" \ |
2684 | USE_FEATURE_START_STOP_DAEMON_FANCY( \ | ||
2685 | "\n\t-o|--oknodo\t\t\texit status 0 if nothing done" \ | ||
2686 | "\n\t-v|--verbose\t\t\tbe verbose" \ | ||
2687 | ) \ | ||
2684 | "\n\t-s|--signal <signal>\t\tsignal to send (default TERM)" | 2688 | "\n\t-s|--signal <signal>\t\tsignal to send (default TERM)" |
2685 | 2689 | ||
2686 | #ifdef CONFIG_FEATURE_STAT_FORMAT | 2690 | #ifdef CONFIG_FEATURE_STAT_FORMAT |