From b9b27c69ea28ab611ee977bf6b6357927513036e Mon Sep 17 00:00:00 2001 From: Jaekwon Bang Date: Fri, 12 Aug 2022 13:42:04 +0900 Subject: [PATCH] Change FOSSLIGHT -> FOSSLight in help msg --- src/fosslight_util/help.py | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/src/fosslight_util/help.py b/src/fosslight_util/help.py index 7b0180a..0348b9f 100644 --- a/src/fosslight_util/help.py +++ b/src/fosslight_util/help.py @@ -6,13 +6,16 @@ import pkg_resources _HELP_MESSAGE_COMMON = """ - _______ _______ _______ _______ ___ ___ _______ __ __ _______ - | || || || || | | | | || | | || | - | ___|| _ || _____|| _____|| | | | | ___|| |_| ||_ _| - | |___ | | | || |_____ | |_____ | | | | | | __ | | | | - | ___|| |_| ||_____ ||_____ || |___ | | | || || _ | | | - | | | | _____| | _____| || || | | |_| || | | | | | - |___| |_______||_______||_______||_______||___| |_______||__| |__| |___| + _______ _______ _______ _______ ___ ___ __ + | || || || || | |___| | | _ + | ___|| _ || _____|| _____|| | ___ | |____ __| |__ + | |___ | | | || |_____ | |_____ | | | | _______ | _ ||__ __| + | ___|| |_| ||_____ ||_____ || |___ | || _ || | | | | | + | | | | _____| | _____| || || || |_| || | | | | |__ + |___| |_______||_______||_______||_______||___||____ ||__| |__| |____| + | | + ____| | + |_______| """