Fix typo "is" > "if" in CLI cert help text (#63)

* Fix typo "is" > "if" in main.go

* Fix typo "is" > "if" in documentation

Update to match the code.
This commit is contained in:
Steven Maude
2021-04-23 19:01:50 +01:00
committed by GitHub
parent ad3fa7d379
commit d2e97f2acc
3 changed files with 3 additions and 3 deletions

View File

@ -98,7 +98,7 @@ Usage of ./hetty:
-adminPath string
File path to admin build
-cert string
CA certificate filepath. Creates a new CA certificate is file doesn't exist (default "~/.hetty/hetty_cert.pem")
CA certificate filepath. Creates a new CA certificate if file doesn't exist (default "~/.hetty/hetty_cert.pem")
-key string
CA private key filepath. Creates a new CA private key if file doesn't exist (default "~/.hetty/hetty_key.pem")
-projects string