Skip to content

Commit 8c5e6ff

Browse files
authored
Fix webhook command description (#314)
1 parent 775a2b6 commit 8c5e6ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

root.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ func NewRootCmd() *cobra.Command {
6060
stopCh := genericapiserver.SetupSignalHandler()
6161
cmd := server.NewCommandStartAdmissionServer(os.Stdout, os.Stderr, stopCh, &plugin.AdmissionHook{})
6262
cmd.Use = "admission-webhook"
63+
cmd.Long = "Launch Stash admission webhook server"
64+
cmd.Short = cmd.Long
6365
rootCmd.AddCommand(cmd)
6466

6567
return rootCmd

0 commit comments

Comments
 (0)