[CRIU] [PATCH 5/7] crit: fix typo

Ruslan Kuprieiev kupruser at gmail.com
Wed Jan 14 06:32:39 PST 2015


Signed-off-by: Ruslan Kuprieiev <kupruser at gmail.com>
---
 crit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crit b/crit
index 667efa8..ff7a060 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'],
-- 
2.1.0



More information about the CRIU mailing list