diff --git a/rfswarm_manager/rfswarm.py b/rfswarm_manager/rfswarm.py index 04f2b03cd..3e19eda77 100644 --- a/rfswarm_manager/rfswarm.py +++ b/rfswarm_manager/rfswarm.py @@ -2388,7 +2388,7 @@ def __init__(self, master=None): parser.add_argument('-p', '--port', help='Port number to bind the server to') parser.add_argument('-c', '--create', help='ICON : Create application icon / shortcut') # to be deprecated by version 2.1 - parser.add_argument('-u', '--ui',, help='[ V1 | V2 ] Specify which version of the GUI you want to use (default: V1)') + parser.add_argument('-u', '--ui', help='[ V1 | V2 ] Specify which version of the GUI you want to use (default: V1)') base.args = parser.parse_args() diff --git a/rfswarm_reporter/rfswarm_reporter.py b/rfswarm_reporter/rfswarm_reporter.py index 10abd3d8e..bedfea551 100644 --- a/rfswarm_reporter/rfswarm_reporter.py +++ b/rfswarm_reporter/rfswarm_reporter.py @@ -3501,7 +3501,7 @@ def __init__(self, master=None): # parser.add_argument('--ods', help='Generate an OpenOffice/LibreOffice Calc report', action='store_true') parser.add_argument('-c', '--create', help='ICON : Create application icon / shortcut') # to be deprecated by version 2.1 - parser.add_argument('-u', '--ui',, help='[ V1 | V2 ] Specify which version of the GUI you want to use (default: V1)') + parser.add_argument('-u', '--ui', help='[ V1 | V2 ] Specify which version of the GUI you want to use (default: V1)') base.args = parser.parse_args()