diff mercurial/debugcommands.py @ 46527:3e3b81b6e7da

debugcommands: s/stdin/stdout in debugnodemap help Differential Revision: https://phab.mercurial-scm.org/D9930
author Pulkit Goyal <7895pulkit@gmail.com>
date Mon, 25 Jan 2021 14:23:47 +0530
parents f25c770c217b
children 4f5e9a77ff7a
line wrap: on
line diff
--- a/mercurial/debugcommands.py	Fri Jan 29 15:51:00 2021 -0800
+++ b/mercurial/debugcommands.py	Mon Jan 25 14:23:47 2021 +0530
@@ -2212,9 +2212,9 @@
             b'',
             b'dump-new',
             False,
-            _(b'write a (new) persistent binary nodemap on stdin'),
+            _(b'write a (new) persistent binary nodemap on stdout'),
         ),
-        (b'', b'dump-disk', False, _(b'dump on-disk data on stdin')),
+        (b'', b'dump-disk', False, _(b'dump on-disk data on stdout')),
         (
             b'',
             b'check',