Skip to content

Commit

Permalink
Added vault back
Browse files Browse the repository at this point in the history
  • Loading branch information
abourget committed Nov 25, 2020
1 parent fcc62ec commit 67de838
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion cmd/slnc/cmd/vault.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,9 @@ import (
// vaultCmd represents the vault command
var vaultCmd = &cobra.Command{
Use: "vault",
Short: "The solana-go Vault is a secure Solana key vault",
Short: "The slnc Vault is a secure Solana keys vault",
}

func init() {
RootCmd.AddCommand(vaultCmd)
}

0 comments on commit 67de838

Please sign in to comment.