Skip to content

Commit

Permalink
Fix indenting
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Aug 30, 2023
1 parent 8410cf0 commit f413d5a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cmd/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ project docs.`,
--letsencrypt-domain inlets.example.com \
--letsencrypt-email [email protected]
# Create a HTTPS tunnel server with multiple domains
inletsctl create \
--letsencrypt-domain tunnel1.example.com \
--letsencrypt-domain tunnel2.example.com \
--letsencrypt-email [email protected]
# Create a HTTPS tunnel server with multiple domains
inletsctl create \
--letsencrypt-domain tunnel1.example.com \
--letsencrypt-domain tunnel2.example.com \
--letsencrypt-email [email protected]
`,
RunE: runCreate,
SilenceUsage: true,
Expand Down

0 comments on commit f413d5a

Please sign in to comment.