D4515: contrib: fix catapipe output argument documentation

lothiraldan (Boris Feld) phabricator at mercurial-scm.org
Sat Sep 8 10:07:55 UTC 2018


lothiraldan created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D4515

AFFECTED FILES
  contrib/catapipe.py

CHANGE DETAILS

diff --git a/contrib/catapipe.py b/contrib/catapipe.py
--- a/contrib/catapipe.py
+++ b/contrib/catapipe.py
@@ -45,7 +45,8 @@
     parser.add_argument('pipe', type=str, nargs=1,
                         help='Path of named pipe to create and listen on.')
     parser.add_argument('output', default='trace.json', type=str, nargs='?',
-                        help='Path of named pipe to create and listen on.')
+                        help='Path of json file to create where the traces '
+                             'will be stored.')
     parser.add_argument('--debug', default=False, action='store_true',
                         help='Print useful debug messages')
     args = parser.parse_args()



To: lothiraldan, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list