diff --git a/functions/config-help.fish b/functions/config-help.fish index aba7e5f..46f85cf 100644 --- a/functions/config-help.fish +++ b/functions/config-help.fish @@ -195,10 +195,10 @@ function config-help --description 'Open the offline fish shell configuration ma echo " — view the offline fish shell configuration manual" echo "" echo "$c_head""USAGE$c_reset" - echo " help config $c_arg""[section]$c_reset" - echo " help config $c_arg""[section]$c_reset $c_flag--html$c_reset" - echo " help config $c_arg""[section]$c_reset $c_flag--man$c_reset" - echo " help config $c_flag--help$c_reset" + echo " $c_cmd""help config$c_reset $c_arg""[section]$c_reset" + echo " $c_cmd""help config$c_reset $c_arg""[section]$c_reset $c_flag--html$c_reset" + echo " $c_cmd""help config$c_reset $c_arg""[section]$c_reset $c_flag--man$c_reset" + echo " $c_cmd""help config$c_reset $c_flag--help$c_reset" echo "" echo "$c_head""ARGUMENTS$c_reset" echo " $c_arg""section$c_reset Optional keyword to jump to a matching section heading."