diff -r 6eab50a34fed -r e53f6b72a0e4 contrib/revsetbenchmarks.py --- a/contrib/revsetbenchmarks.py Sun Nov 02 13:08:46 2014 +0900 +++ b/contrib/revsetbenchmarks.py Thu Apr 17 22:47:38 2014 +0200 @@ -74,7 +74,7 @@ parser = OptionParser(usage="usage: %prog [options] ") parser.add_option("-f", "--file", - help="read revset from FILE (stdin if omited)", + help="read revset from FILE (stdin if omitted)", metavar="FILE") parser.add_option("-R", "--repo", help="run benchmark on REPO", metavar="REPO")