Skip to content

Commit

Permalink
Update hutch_python/epics_arch.py
Browse files Browse the repository at this point in the history
Co-authored-by: Zachary Lentz <ZLLentz@users.noreply.github.com>
  • Loading branch information
c-tsoi and ZLLentz authored Mar 21, 2024
1 parent d4aa2ea commit fe4c640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hutch_python/epics_arch.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def _create_parser():
'archFile.')

parser.add_argument('--level', '-l', required=False, type=str, default="INFO",
help='Show the debug logging stream')
help='Change the logging level, e.g. DEBUG to show the debug logging stream')

parser.add_argument('--cds-items', nargs=2, action='store', default=None,
help="Pulls all data from CDS tab. E.g.: xppx1003221 run21 X-10032")
Expand Down

0 comments on commit fe4c640

Please sign in to comment.