Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/cli fixes #826

Merged
merged 3 commits into from
Jan 6, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add missing help text (currently it reprints an earlier text)
  • Loading branch information
abridgett committed Jan 5, 2016
commit d35ec608b14233a527b94d91ba8f0d5e08c2731e
1 change: 1 addition & 0 deletions airflow/bin/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,7 @@ def get_parser():
parser_clear.add_argument(
"-sd", "--subdir", help=subdir_help,
default=DAGS_FOLDER)
ht = "Do not request confirmation"
parser_clear.add_argument(
"-c", "--no_confirm", help=ht, action="store_true")
parser_clear.set_defaults(func=clear)
Expand Down