From 5d2fee029e8cb2005352c4d66e32ee03b6ddddf7 Mon Sep 17 00:00:00 2001 From: stephan Date: Mon, 17 Feb 2020 14:58:18 +0100 Subject: [PATCH] Some cosmetics --- nlp | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/nlp b/nlp index 3f4a42a..9dc9e11 100755 --- a/nlp +++ b/nlp @@ -40,16 +40,17 @@ def parse_arguments(): dest='zip', type=str, help='''package result files in zip bundles takes a - string as a filename as an optional paramteer''', + string as a filename as an optional paramteer''', required=False) parser.add_argument('--check-encoding', action='store_true', default=False, dest="check_encoding", - help='''if used the nlp process will know hat the encoding of - the input files is unkown and thus != utf-8. The process will - try to determine the encoding of the input files and use this. - encoding.''' + help='''if used the nlp process will know hat the + encoding of the input files is unkown and + thus != utf-8. The process will try to determine + the encoding of the input files and use this. + encoding.''' ) return parser.parse_args()