Skip to content

Commit

Permalink
Updates loads usage
Browse files Browse the repository at this point in the history
  • Loading branch information
steelstyle committed May 17, 2015
1 parent a956eed commit 8ed359f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gaffer/cli/commands/load.py
Expand Up @@ -12,6 +12,7 @@
class Load(Command):
"""
usage: gaffer load [-c concurrency|--concurrency concurrency]...
[--no-start]
[--app APP] [<file>]
Args
Expand All @@ -20,8 +21,9 @@ class Load(Command):
Options
-h, --help
-c concurrency,--concurrency concurrency Specify the number processesses
-c concurrency,--concurrency concurrency Specify the number processes
to run.
--no-start Don't start jobs execution
--app APP application name
"""

Expand Down

0 comments on commit 8ed359f

Please sign in to comment.