Skip to content

Commit

Permalink
Merge branch 'bug-1375-user-add-command-fix' of github.com:rshk/ckan …
Browse files Browse the repository at this point in the history
…into rshk-bug-1375-user-add-command-fix
  • Loading branch information
amercader committed Jan 8, 2014
2 parents cc2ab8f + acd7976 commit 7608b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/lib/cli.py
Expand Up @@ -697,7 +697,7 @@ class UserCmd(CkanCommand):
'''
summary = __doc__.split('\n')[0]
usage = __doc__
max_args = 4
max_args = None
min_args = 0

def command(self):
Expand Down

0 comments on commit 7608b4c

Please sign in to comment.