mirror of
https://github.com/meshtastic/python.git
synced 2026-01-13 18:28:03 -05:00
Update __main__.py
This commit is contained in:
@@ -832,7 +832,8 @@ def initParser():
|
||||
|
||||
parser.add_argument(
|
||||
"--get", help=("Get a preferences field. Use an invalid field such as '0' to get a list of all fields."
|
||||
" Can use either snake_case or camelCase format. (ex: 'ls_secs' or 'lsSecs')"), action='append')
|
||||
" Can use either snake_case or camelCase format. (ex: 'ls_secs' or 'lsSecs')"),
|
||||
nargs=1, action='append')
|
||||
|
||||
parser.add_argument(
|
||||
"--set", help="Set a preferences field. Can use either snake_case or camelCase format. (ex: 'ls_secs' or 'lsSecs')", nargs=2, action='append')
|
||||
|
||||
Reference in New Issue
Block a user