# HG changeset patch # User Pierre-Yves David # Date 2014-09-24 00:08:49 # Node ID 2143d794e960f11ec340a9ade63043fda6512fb5 # Parent bfc50ff55f3fcd6b40869284cf7a7a10596622a4 revsetbenchmark: make it clear that revsets may be read from stdin diff --git a/contrib/revsetbenchmarks.py b/contrib/revsetbenchmarks.py --- a/contrib/revsetbenchmarks.py +++ b/contrib/revsetbenchmarks.py @@ -74,7 +74,8 @@ def getrevs(spec): parser = OptionParser(usage="usage: %prog [options] ") parser.add_option("-f", "--file", - help="read revset from FILE", metavar="FILE") + help="read revset from FILE (stdin if omited)", + metavar="FILE") parser.add_option("-R", "--repo", help="run benchmark on REPO", metavar="REPO")