From 1a30e8800e5d33ceb1ab3ee56b08074414b3e419 Mon Sep 17 00:00:00 2001 From: Ruslan Kuprieiev Date: Wed, 14 Jan 2015 16:32:39 +0200 Subject: [PATCH] crit: fix typo Signed-off-by: Ruslan Kuprieiev Signed-off-by: Pavel Emelyanov --- crit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crit b/crit index 667efa857..ff7a060d4 100755 --- a/crit +++ b/crit @@ -16,7 +16,7 @@ def handle_cmdline_opts(): help = 'input file (stdin by default)') parser.add_argument('-o', '--out', - help = 'output file (stdout by default') + help = 'output file (stdout by default)') parser.add_argument('-f', '--format', choices = ['raw', 'nice'],