Skip to content

Commit

Permalink
Adjust descriptions for get command
Browse files Browse the repository at this point in the history
  • Loading branch information
marevers committed Oct 17, 2023
1 parent f7d01d4 commit 144b67c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/get.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ import (
// getCmd represents the get command
var getCmd = &cobra.Command{
Use: "get",
Short: "Gets entries, folders or access levels",
Long: `Gets entries, folders or access levels`,
Short: "Gets entries, folders, access levels, server info or password strength",
Long: `Gets entries, folders, access levels, server info or password strength`,
Args: cobra.MatchAll(cobra.MinimumNArgs(1)),
Run: func(cmd *cobra.Command, args []string) {
},
Expand Down

0 comments on commit 144b67c

Please sign in to comment.