Skip to content

Commit 6e7d770

Browse files
committed
updated help
1 parent d0a1a8b commit 6e7d770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/hist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if __name__=="__main__":
2323
parser.add_option('-c', '--colour', help='colour of the plot (%s)' % ", ".join([c for c in bcolours.keys() if c != 'ENDC']),
2424
default='white', dest='colour')
2525
parser.add_option('-d', '--demo', help='run demos', action='store_true', dest='demo')
26-
parser.add_option('-n', '--nosummary', help='run demos', action='store_false', dest='nosummary')
26+
parser.add_option('-n', '--nosummary', help='hide summary', action='store_false', dest='nosummary')
2727

2828
(opts, args) = parser.parse_args()
2929

0 commit comments

Comments
 (0)