Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Robin Mueller
SRC OBDH TMTC
Commits
345a0252
Commit
345a0252
authored
Dec 03, 2020
by
Robin Mueller
Browse files
removed gui mode from args help
parent
73f5b0bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
utility/tmtcc_args_parser.py
View file @
345a0252
...
...
@@ -19,7 +19,7 @@ def parse_input_arguments():
arg_parser
.
add_argument
(
'-m'
,
'--mode'
,
type
=
int
,
help
=
'Target Mode. Default is 1 (Listener Mode), '
'
0: GUI Mode,
1: Listener Mode, 2: Single Command Mode, 3: Service Test Mode, '
'1: Listener Mode, 2: Single Command Mode, 3: Service Test Mode, '
'4: Software Test Mode, 5: Binary Upload Mode, 6: Unit Test Mode '
,
default
=
0
)
arg_parser
.
add_argument
(
'-c'
,
'--com_if'
,
type
=
int
,
help
=
'Communication Interface. 0: Dummy Interface, 1: Serial, '
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment