Skip to content

Commit

Permalink
Add needed API documentation pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
dspinellis committed Nov 23, 2023
1 parent 85576a2 commit a22bc97
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/alexandria3k/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,9 @@ def add_subcommand_process(subparsers):
parser.add_argument(
"process",
choices=facility_names("processes"),
help="Name of the process to perform",
help=("Name of the process to perform;"
"see the data processing operations in the Alexandria3k "
"Python user API documentation for more details"),
)


Expand Down

0 comments on commit a22bc97

Please sign in to comment.