diff options
author | Bernhard Reutner-Fischer | 2006-09-15 19:25:18 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer | 2006-09-15 19:25:18 +0000 |
commit | 4d0f54af9485103deff702347e118dd11e1a373c (patch) | |
tree | aa713e5f80fb3b7eca69982d661ff78a5c173bda /include/usage.h | |
parent | 30a64cdc95eaa435c00a9aeccdc1b8f9da727875 (diff) | |
download | busybox-4d0f54af9485103deff702347e118dd11e1a373c.zip busybox-4d0f54af9485103deff702347e118dd11e1a373c.tar.gz |
- Steven Scholz pointed out that ssd's make-pid doesn't take an argument.
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h index 7ebd660..a2b8c0e 100644 --- a/include/usage.h +++ b/include/usage.h @@ -2714,7 +2714,7 @@ USE_FEATURE_MDEV_CONFIG( \ "\n\t-b|--background\t\t\tforce process into background" \ "\n\t-u|--user <username>|<uid>\tstop this user's processes" \ "\n\t-x|--exec <executable>\t\tprogram to either start or check" \ - "\n\t-m|--make-pidfile <filename>\tcreate the -p file and enter pid in it" \ + "\n\t-m|--make-pidfile\tcreate the -p file and enter pid in it" \ "\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" \ |