summaryrefslogtreecommitdiff
path: root/src/rc-depend/rc-depend.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rc-depend/rc-depend.c')
-rw-r--r--src/rc-depend/rc-depend.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rc-depend/rc-depend.c b/src/rc-depend/rc-depend.c
index 4736cc12..2a9c374b 100644
--- a/src/rc-depend/rc-depend.c
+++ b/src/rc-depend/rc-depend.c
@@ -39,7 +39,8 @@ const char *extraopts = NULL;
opt(T, notrace, no_argument, "Don't trace service dependencies") \
opt(s, strict, no_argument, "Only use what is in the runlevels") \
opt(u, update, no_argument, "Force an update of the dependency tree") \
- opt(F, deptree-file, required_argument, "File to load cached deptree from")
+ opt(F, deptree-file, required_argument, "File to load cached deptree from") \
+ opt(U, user, no_argument, "Run in user mode")
cmdline_opts(opts)
const char *usagestring = NULL;