diff -r 82879e06c926 -r 8d02e3c86815 mercurial/commands.py --- 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},