From: Bernhard Reutner-Fischer Date: Fri, 15 Sep 2006 19:25:18 +0000 (-0000) Subject: - Steven Scholz pointed out that ssd's make-pid doesn't take an argument. X-Git-Tag: 1_4_0~680 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4d0f54af9485103deff702347e118dd11e1a373c;p=platform%2Fupstream%2Fbusybox.git - Steven Scholz pointed out that ssd's make-pid doesn't take an argument. --- 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 |\tstop this user's processes" \ "\n\t-x|--exec \t\tprogram to either start or check" \ - "\n\t-m|--make-pidfile \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 \tstop processes with this name" \ "\n\t-p|--pidfile \t\tsave or load pid using a pid-file" \ "\n\t-q|--quiet\t\t\tbe quiet" \