Skip to content

Commit

Permalink
updated CLI documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandip117 committed Jan 10, 2025
1 parent 6d75bbb commit 5274055
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions dyanon.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
"--pattern",
default="**/*csv",
help="""
pattern for file names to include (you should quote this!)
(this flag triggers the PathMapper on the inputdir).""",
pattern for file names to include.
Default is **/*csv.""",
)
parser.add_argument(
"--pluginInstanceID",
Expand All @@ -75,7 +75,7 @@
parser.add_argument(
"--CUBEurl",
default="http://localhost:8000/api/v1/",
help="CUBE URL"
help="CUBE URL. Please include api version in the url endpoint."
)
parser.add_argument(
"--CUBEuser",
Expand All @@ -94,7 +94,7 @@
)
parser.add_argument(
'--orthancUrl',
help='Orthanc server url',
help='Orthanc server url. Please include api version in the url endpoint.',
default='http://0.0.0.0:8042'
)

Expand Down Expand Up @@ -133,7 +133,7 @@
'--PACSurl',
default='',
type=str,
help='endpoint URL of pfdcm'
help='endpoint URL of pfdcm. Please include api version in the url endpoint.'
)
parser.add_argument(
'--PACSname',
Expand Down

0 comments on commit 5274055

Please sign in to comment.