aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pilot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pilot.sh b/pilot.sh
index 34d7009..36b4f14 100644
--- a/pilot.sh
+++ b/pilot.sh
@@ -1,7 +1,7 @@
#!/bin/sh -eu
usage() {
- echo "Usage: ${PROGRAM} [-r|--restart] [-h|--help] [-c|--container <singularity container>] [--scratch <scratch dir>] (-f <input file>) (-p <pipeline>) <Workflow> <input dir>"
+ echo "Usage: ${PROGRAM} [-r|--restart] [-h|--help] [-c|--container <singularity container>] [--scratch <scratch dir>] [--outdir <output dir>] (-f <input file>) (-p <pipeline>) <Workflow> <input dir>"
exit 0
}