diff --git a/internal/app/root_help.go b/internal/app/root_help.go index 552142bc..25d1e0ae 100644 --- a/internal/app/root_help.go +++ b/internal/app/root_help.go @@ -71,9 +71,9 @@ func renderRootHelp(root *cobra.Command) { } _, _ = fmt.Fprintln(w, tui.Section("Usage:")) - _, _ = fmt.Fprintf(w, " %s %s\n", tui.Bullet(), tui.White("dws [command] [flags]")) + _, _ = fmt.Fprintf(w, " %s dws [command] [flags]\n", tui.Bullet()) if len(utilities) > 0 { - _, _ = fmt.Fprintf(w, " %s %s\n", tui.Bullet(), tui.White("dws [flags]")) + _, _ = fmt.Fprintf(w, " %s dws [flags]\n", tui.Bullet()) } _, _ = fmt.Fprintln(w) if len(utilities) > 0 {