From a537f74da6265347cb50668f7964ce2c5ca9e99b Mon Sep 17 00:00:00 2001 From: c-tsoi <99768993+c-tsoi@users.noreply.github.com> Date: Thu, 21 Mar 2024 16:49:22 -0700 Subject: [PATCH] Update hutch_python/epics_arch.py Co-authored-by: Zachary Lentz --- hutch_python/epics_arch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hutch_python/epics_arch.py b/hutch_python/epics_arch.py index 62180e01..23f7ec7d 100644 --- a/hutch_python/epics_arch.py +++ b/hutch_python/epics_arch.py @@ -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