From 4e8cb6057188a3b0268533478752f1352be86858 Mon Sep 17 00:00:00 2001 From: Ian Harry Date: Tue, 11 Jul 2023 09:13:26 +0100 Subject: [PATCH] Fix stageout (#4428) * Fix the help message for stageout script * Fix the help message for stageout and copy map scripts --------- Co-authored-by: connor-mcisaac --- bin/pycbc_copy_output_map | 2 +- bin/pycbc_stageout_failed_workflow | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/pycbc_copy_output_map b/bin/pycbc_copy_output_map index be1e784d404..dfdd92b9262 100644 --- a/bin/pycbc_copy_output_map +++ b/bin/pycbc_copy_output_map @@ -18,7 +18,7 @@ while true do case "$1" in -h|--help) - echo "usage: pycbc_copy_output_map [-h] input_map output_map [optional arguments]" + echo "usage: pycbc_copy_output_map [-h] -i input_map -o output_map [optional arguments]" echo echo "required arguments:" echo " -i, --input-file the .map file that will be copied from" diff --git a/bin/pycbc_stageout_failed_workflow b/bin/pycbc_stageout_failed_workflow index b7d1871f1bf..cde6228ca73 100644 --- a/bin/pycbc_stageout_failed_workflow +++ b/bin/pycbc_stageout_failed_workflow @@ -14,7 +14,7 @@ while true do case "$1" in -h|--help) - echo "usage: pycbc_copy_output_map [-h] input_map output_map [optional arguments]" + echo "usage: pycbc_copy_output_map [-h] -d workflow_directory [optional arguments]" echo echo "required arguments:" echo " -d, --workflow-dir the directory of the workflow to be staged out"