diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-06-11 17:24:01 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-06-11 17:24:01 +0000 |
commit | a926f8e50a3420648b526a85fcdefe66c9a7926f (patch) | |
tree | c6a139d9c660cf03cfa98721788c602500fe3ede /include | |
parent | 081b1ac6b4cce2896e5a874c96b9b02e0edbcf8e (diff) | |
download | busybox-a926f8e50a3420648b526a85fcdefe66c9a7926f.tar.gz |
- add fancy mode to start-stop-daemon to support --oknodo and --verbose
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( \ "\n\t-n|--name <process-name>\tstop processes with this name" \ "\n\t-p|--pidfile <pid-file>\t\tsave or load pid using a pid-file" \ "\n\t-q|--quiet\t\t\tbe quiet" \ +USE_FEATURE_START_STOP_DAEMON_FANCY( \ + "\n\t-o|--oknodo\t\t\texit status 0 if nothing done" \ + "\n\t-v|--verbose\t\t\tbe verbose" \ +) \ "\n\t-s|--signal <signal>\t\tsignal to send (default TERM)" #ifdef CONFIG_FEATURE_STAT_FORMAT |