From 5fc71ba795fcbe6c83ccac64f60f9579e4742fab Mon Sep 17 00:00:00 2001 From: Julian Hammer Date: Tue, 24 Mar 2020 16:02:40 +0100 Subject: [PATCH] flag string in output now in line with required flags --- osaca/frontend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osaca/frontend.py b/osaca/frontend.py index 7e0e991..d4b188b 100755 --- a/osaca/frontend.py +++ b/osaca/frontend.py @@ -279,7 +279,7 @@ class Frontend(object): '------------------\n' ' No final analysis is given. If you want to ignore this\n' ' warning and run the analysis anyway, start osaca with\n' - ' --ignore_unknown flag.\n' + ' --ignore-unknown flag.\n' '--------------------------------------------------------------------------------' '----------------{}\n' ).format(amount, '-' * len(str(amount)))