aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-07-17 00:35:07 +0000
committerRob Landley <rob@landley.net>2006-07-17 00:35:07 +0000
commitf0623a2c98c02b07bc886171f147b522b0f66d94 (patch)
tree40b00a15b44a355de15bd069e3edf24e69d9cdfd /include
parent62103757efc2b22355a96bfd1298e1dbcb217f7f (diff)
downloadbusybox-f0623a2c98c02b07bc886171f147b522b0f66d94.tar.gz
Patch from Thaddeus Ternes, adding chuid to start-stop-daemon.
Diffstat (limited to 'include')
-rw-r--r--include/usage.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h
index 7c63e2f85..e8d121c1e 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -2712,7 +2712,8 @@ 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)"
+ "\n\t-s|--signal <signal>\t\tsignal to send (default TERM)" \
+ "\n\t-U|--chuid <username>|<uid>\tstart process with this name"
#ifdef CONFIG_FEATURE_STAT_FORMAT
# define USAGE_STAT_FORMAT(a) a