1
0
mirror of https://github.com/smallstep/cli.git synced 2025-08-09 03:22:43 +03:00

Fix typo in help.

This commit is contained in:
Mariano Cano
2021-09-30 12:03:10 -07:00
parent fd9614ca1c
commit 8ed7c9f1f8

View File

@@ -116,7 +116,7 @@ Redirect to a fixed port instead of random one:
$ step oauth --listen :10000 $ step oauth --listen :10000
''' '''
Redirect to a fixed url but listen in all the interfaces: Redirect to a fixed url but listen on all the interfaces:
''' '''
$ step oauth --listen 0.0.0.0:10000 --listen-url http://127.0.0.1:10000 $ step oauth --listen 0.0.0.0:10000 --listen-url http://127.0.0.1:10000
''' '''