malcontent-client: Fix a minor typo in --help output

Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
Philip Withnall 2019-12-04 15:52:24 +00:00
parent aaa141f28b
commit a7947d56e6
1 changed files with 1 additions and 1 deletions

View File

@ -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',