Skip to content

Commit

Permalink
Fix stageout (gwastro#4428)
Browse files Browse the repository at this point in the history
* Fix the help message for stageout script

* Fix the help message for stageout and copy map scripts

---------

Co-authored-by: connor-mcisaac <connor.mcisaac@outlook.com>
  • Loading branch information
2 people authored and Bhooshan Gadre committed Jul 11, 2023
1 parent f74e89e commit 4e8cb60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/pycbc_copy_output_map
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion bin/pycbc_stageout_failed_workflow
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4e8cb60

Please sign in to comment.