mirror of
https://github.com/Luzifer/password.git
synced 2024-11-08 17:30:10 +00:00
Fix: Copy&Paste error
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
0d4ce32a02
commit
67e58e33c8
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ func getCmdVersion() *cobra.Command {
|
|||
cmd := cobra.Command{
|
||||
Use: "version",
|
||||
Aliases: []string{"v"},
|
||||
Short: "prints the current version of awsenv",
|
||||
Short: "prints the current version of password",
|
||||
Run: actionCmdVersion,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue