No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with
1 additions and
1 deletions
-
etherpump/commands/pull.py
|
@ -166,7 +166,7 @@ def build_argument_parser(args): |
|
|
) |
|
|
) |
|
|
parser.add_argument( |
|
|
parser.add_argument( |
|
|
"--publish-opt-in", |
|
|
"--publish-opt-in", |
|
|
default=False, |
|
|
default=True, |
|
|
action="store_true", |
|
|
action="store_true", |
|
|
help="ensure `--publish` is honoured instead of `--nopublish`", |
|
|
help="ensure `--publish` is honoured instead of `--nopublish`", |
|
|
) |
|
|
) |
|
|