mercurial/commands.py
changeset 28902 eb017d52899d
parent 28898 8d398155bfda
child 28912 867d6ba2353d
--- a/mercurial/commands.py	Tue Apr 05 17:39:59 2016 +0100
+++ b/mercurial/commands.py	Wed Apr 13 09:56:51 2016 +0200
@@ -5968,7 +5968,7 @@
 @command('^remove|rm',
     [('A', 'after', None, _('record delete for missing files')),
     ('f', 'force', None,
-     _('remove (and delete) file even if added or modified')),
+     _('forget added files, delete modified files')),
     ] + subrepoopts + walkopts,
     _('[OPTION]... FILE...'),
     inferrepo=True)