Skip to content

Commit

Permalink
-f fingerprint
Browse files Browse the repository at this point in the history
	modified:   cmd/ssh-vault/main.go
  • Loading branch information
nbari committed Apr 4, 2017
1 parent 50cc8e9 commit 0e292cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ssh-vault/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func main() {
)

flag.Usage = func() {
fmt.Fprintf(os.Stderr, "Usage: %s [-k key] [-o file] [-u user] [create|edit|view] vault\n\n%s\n%s\n%s\n%s\n%s\n%s\n%s\n\n",
fmt.Fprintf(os.Stderr, "Usage: %s [-f fingerprint] [-k key] [-o file] [-u user] [create|edit|view] vault\n\n%s\n%s\n%s\n%s\n%s\n%s\n%s\n\n",
os.Args[0],
" Options:",
" create Creates a new vault, if no vault defined outputs to stdout.",
Expand Down

0 comments on commit 0e292cb

Please sign in to comment.