Merge "add --force alias for --no-shortcut option to list-changes"
This commit is contained in:
commit
a96e27e9e7
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user