Skip to content

Commit

Permalink
Tweak help strings for dumpButlerConfig command
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed May 2, 2019
1 parent 7b1f1b9 commit f12b930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin.src/dumpButlerConfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
parser = argparse.ArgumentParser(description="Dump a Butler configuration to standard output "
"or a subset of one.")
parser.add_argument("root",
help=("Filesystem path for for an existing Butler repository. "))
help=("Filesystem path for an existing Butler repository or path to config file."))
parser.add_argument("--subset", "-s", default=None, type=str,
help="Subset of a configuration to report. This can be any key in the"
" hierarchy such as '.datastore.root'")
Expand Down

0 comments on commit f12b930

Please sign in to comment.