Skip to content
Open
Changes from all commits
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
4 changes: 3 additions & 1 deletion doctr/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,9 @@ def deploy(args, parser):

if not args.force and not on_travis():
parser.error("doctr does not appear to be running on Travis. Use "
"doctr deploy <target-dir> --force to run anyway.")
"doctr deploy <target-dir> --force to run anyway.\n\n"
"WARNING: this will remove any dirty files"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about just not mentioning --force at all and also hiding it from the --help output.

)

config = get_config()

Expand Down