Skip to content

Commit

Permalink
change root usage
Browse files Browse the repository at this point in the history
  • Loading branch information
dwu359 committed Aug 27, 2023
1 parent 8f6a770 commit a81a951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (

// rootCmd represents the base command when called without any subcommands
var RootCmd = &cobra.Command{
Use: "./dlp-cli",
Use: "dlp-cli",
Short: "DLP's CLI",
Long: `Welcome to DLP's CLI!`,
PersistentPreRun: func(cmd *cobra.Command, args []string) {
Expand Down

0 comments on commit a81a951

Please sign in to comment.