Skip to content

Commit

Permalink
fix spacing in help text
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebot committed Jan 9, 2024
1 parent c1002d0 commit 1579e2d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions smol_k8s_lab/utils/rich_cli/help_text.py
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 1579e2d

Please sign in to comment.