From 6d247f293057a7287e3861da7a47c7b99c855383 Mon Sep 17 00:00:00 2001 From: omegion Date: Sat, 5 Jun 2021 11:30:30 +0200 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9c931a6..c4c1464 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,10 @@ SSH Key Manager for Bitwarden and 1Password

```shell -CLI command to manage SSH keys stored on Bitwarden and 1Password +CLI command to automatically unseal Vault Usage: - ssh-manager [command] + vault-unseal [command] Available Commands: add Add SSH key to given provider. @@ -30,11 +30,11 @@ Available Commands: version Print the version/build number Flags: - -h, --help help for ssh-manager - --logLevel string Set the logging level. One of: debug|info|warn|error (default "info") - -Use "ssh-manager [command] --help" for more information about a command. + -h, --help help for vault-unseal + --logFormat string Set the logging format. One of: text|json (default "text") (default "text") + --logLevel string Set the logging level. One of: debug|info|warn|error (default "info") +Use "vault-unseal [command] --help" for more information about a command. ``` ## Installation