Merge "add --force alias for --no-shortcut option to list-changes"

This commit is contained in:
Zuul 2018-05-02 06:55:51 +00:00 committed by Gerrit Code Review
commit a96e27e9e7

View File

@ -204,7 +204,7 @@ def main():
help='do not remove temporary files',
)
parser.add_argument(
'--no-shortcut',
'--no-shortcut', '--force', '-f',
dest='shortcut',
default=True,
action='store_false',