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 fe4c640 commit a537f74
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 @@ -38,7 +38,7 @@ def _create_parser():
parser.add_argument('--cds-items', nargs=2, action='store', default=None,
help="Pulls all data from CDS tab. E.g.: xppx1003221 run21 X-10032")

parser.add_argument('--link', '-sl', action='store_true', default=None, help="create softlink for experiement")
parser.add_argument('--link', '-sl', action='store_true', default=None, help="create softlink for experiment")
return parser


Expand Down

0 comments on commit a537f74

Please sign in to comment.