Skip to content

Commit

Permalink
Merge pull request #1484 from nexusformat/fix_cli_doc_typo
Browse files Browse the repository at this point in the history
fix CLI doc
  • Loading branch information
woutdenolf authored Sep 30, 2024
2 parents ab5e65d + 98f06d8 commit 583de13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev_tools/apps/manual_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def manual_args(parser):
parser.add_argument(
"--prepare",
action="store_true",
help="Create the build files for the NeXus Impatient Guide",
help="Create the build files for the NeXus documentation",
)
parser.add_argument(
"--diff",
Expand Down

0 comments on commit 583de13

Please sign in to comment.