aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-09-15 19:25:18 +0000
committeraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-09-15 19:25:18 +0000
commitb0c9f3e62637b21146ae09f09797f24b2bd50329 (patch)
treeaa713e5f80fb3b7eca69982d661ff78a5c173bda
parent6a222ecff6ca7b94aa781e66abf2526de09cc84f (diff)
downloadbusybox-w32-b0c9f3e62637b21146ae09f09797f24b2bd50329.tar.gz
busybox-w32-b0c9f3e62637b21146ae09f09797f24b2bd50329.tar.bz2
busybox-w32-b0c9f3e62637b21146ae09f09797f24b2bd50329.zip
- Steven Scholz pointed out that ssd's make-pid doesn't take an argument.
git-svn-id: svn://busybox.net/trunk/busybox@16129 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--include/usage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h
index 7ebd660ac..a2b8c0ec7 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -2714,7 +2714,7 @@ USE_FEATURE_MDEV_CONFIG( \
2714 "\n\t-b|--background\t\t\tforce process into background" \ 2714 "\n\t-b|--background\t\t\tforce process into background" \
2715 "\n\t-u|--user <username>|<uid>\tstop this user's processes" \ 2715 "\n\t-u|--user <username>|<uid>\tstop this user's processes" \
2716 "\n\t-x|--exec <executable>\t\tprogram to either start or check" \ 2716 "\n\t-x|--exec <executable>\t\tprogram to either start or check" \
2717 "\n\t-m|--make-pidfile <filename>\tcreate the -p file and enter pid in it" \ 2717 "\n\t-m|--make-pidfile\tcreate the -p file and enter pid in it" \
2718 "\n\t-n|--name <process-name>\tstop processes with this name" \ 2718 "\n\t-n|--name <process-name>\tstop processes with this name" \
2719 "\n\t-p|--pidfile <pid-file>\t\tsave or load pid using a pid-file" \ 2719 "\n\t-p|--pidfile <pid-file>\t\tsave or load pid using a pid-file" \
2720 "\n\t-q|--quiet\t\t\tbe quiet" \ 2720 "\n\t-q|--quiet\t\t\tbe quiet" \