Skip to content

Commit

Permalink
Merge pull request apache#1210 from airbnb/fix_cli
Browse files Browse the repository at this point in the history
[hotfix] fixing the Scheduler CLI to make dag_id optional
  • Loading branch information
r39132 committed Mar 24, 2016
2 parents 58df89f + 5585a43 commit 72335a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/bin/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ class CLIFactory(object):
}, {
'func': scheduler,
'help': "Start a scheduler scheduler instance",
'args': ('dag_id', 'subdir', 'num_runs', 'do_pickle'),
'args': ('dag_id_opt', 'subdir', 'num_runs', 'do_pickle'),
}, {
'func': worker,
'help': "Start a Celery worker node",
Expand Down

0 comments on commit 72335a0

Please sign in to comment.