diff --git a/jans-cli/cli/config_cli.py b/jans-cli/cli/config_cli.py index 5dd9b7ed876..9b021554dbd 100644 --- a/jans-cli/cli/config_cli.py +++ b/jans-cli/cli/config_cli.py @@ -585,7 +585,7 @@ def get_input(self, values=[], text='Selection', default=None, itype=None, example=None, spacing=0 ): if 'b' in values and 'q' in values and 'x' in values: - print(self.colored_text("b: back, q: quit x: lougout and quit", grey_color)) + print(self.colored_text("b: back, q: quit x: logout and quit", grey_color)) print() type_text = '' if itype: