malcontent-client: Fix a minor typo in --help output
Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
parent
aaa141f28b
commit
a7947d56e6
|
@ -402,7 +402,7 @@ def main():
|
||||||
'settings')
|
'settings')
|
||||||
parser_set.set_defaults(function=command_set)
|
parser_set.set_defaults(function=command_set)
|
||||||
parser_set.add_argument('user', default='', nargs='?',
|
parser_set.add_argument('user', default='', nargs='?',
|
||||||
help='user ID or username to get the app filter '
|
help='user ID or username to set the app filter '
|
||||||
'for (default: current user)')
|
'for (default: current user)')
|
||||||
parser_set.add_argument('--allow-user-installation',
|
parser_set.add_argument('--allow-user-installation',
|
||||||
dest='allow_user_installation',
|
dest='allow_user_installation',
|
||||||
|
|
Loading…
Reference in New Issue