##// END OF EJS Templates
commands: add move alias for the rename command...
Dirkjan Ochtman -
r12699:0159a674 default
parent child Browse files
Show More
@@ -4316,7 +4316,7 b' table = {'
4316 4316 _('remove (and delete) file even if added or modified')),
4317 4317 ] + walkopts,
4318 4318 _('[OPTION]... FILE...')),
4319 "rename|mv":
4319 "rename|move|mv":
4320 4320 (rename,
4321 4321 [('A', 'after', None, _('record a rename that has already occurred')),
4322 4322 ('f', 'force', None,
General Comments 0
You need to be logged in to leave comments. Login now