mirror of
https://github.com/meshtastic/python.git
synced 2026-09-14 14:28:24 -04:00
Update __main__.py
This commit is contained in:
1 parent
2af431e2eb
commit
cf7d37a454
1 file changed
+2
-1
@@ -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