diff --git a/smol_k8s_lab/utils/rich_cli/help_text.py b/smol_k8s_lab/utils/rich_cli/help_text.py index 740e68e6a..1eb27057b 100755 --- a/smol_k8s_lab/utils/rich_cli/help_text.py +++ b/smol_k8s_lab/utils/rich_cli/help_text.py @@ -50,16 +50,15 @@ def options_help(): if RECORD: help_dict['config'] = ( - 'Full path and name of the YAML config file to parse.\n Defaults to ' + 'Full path and name of the YAML config file to parse.\nDefaults to ' '[light_steel_blue]$XDG_CONFIG_HOME/smol-k8s-lab/config.yaml[/]' ) else: help_dict['config'] = ( - 'Full path and name of the YAML config file to parse.\n Defaults to ' + 'Full path and name of the YAML config file to parse.\nDefaults to ' f'[light_steel_blue]{XDG_CONFIG_FILE}[/]' ) - return help_dict