1
0
mirror of https://github.com/Luzifer/password.git synced 2024-09-18 18:02:56 +00:00

Fix: Copy&Paste error

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2019-01-01 14:01:49 +01:00
parent 0d4ce32a02
commit 67e58e33c8
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E

View File

@ -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,
}