summaryrefslogtreecommitdiff
path: root/src/rc/runscript.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rc/runscript.c')
-rw-r--r--src/rc/runscript.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rc/runscript.c b/src/rc/runscript.c
index ca0d325..5939dae 100644
--- a/src/rc/runscript.c
+++ b/src/rc/runscript.c
@@ -1273,7 +1273,8 @@ runscript(int argc, char **argv)
doneone = true;
if (strcmp(optarg, "describe") == 0 ||
- strcmp(optarg, "help") == 0)
+ strcmp(optarg, "help") == 0 ||
+ strcmp(optarg, "depend") == 0)
{
save = prefix;
eprefix(NULL);