diff options
| author | Matthijs van der Wild <matthijs.van-der-wild@durham.ac.uk> | 2025-03-31 23:49:46 +0100 |
|---|---|---|
| committer | Matthijs van der Wild <matthijs.van-der-wild@durham.ac.uk> | 2025-03-31 23:49:46 +0100 |
| commit | b127ad3c7d0d23cf00fa7a324b4a6052d5b6b25a (patch) | |
| tree | 8290ac5c6075a5ee2831006bd05cf12a05059b8c /pilot.sh | |
| parent | 7550d95074c0eb4dd365d6dc2540b07c0066e5d2 (diff) | |
update usage information
Diffstat (limited to 'pilot.sh')
| -rw-r--r-- | pilot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |