mercurial/commands.py
changeset 43266 8d02e3c86815
parent 43192 ce20b870041f
child 43304 8cb5f96db235
--- a/mercurial/commands.py	Thu Sep 12 03:40:54 2019 +0200
+++ b/mercurial/commands.py	Sun Oct 06 15:17:34 2019 +0530
@@ -3318,7 +3318,7 @@
     ]
     + formatteropts
     + walkopts,
-    _(b'[OPTION]... PATTERN [FILE]...'),
+    _(b'[--diff] [OPTION]... PATTERN [FILE]...'),
     helpcategory=command.CATEGORY_FILE_CONTENTS,
     inferrepo=True,
     intents={INTENT_READONLY},