From 8ed7c9f1f87f5e50df361dd1066825e686f21f8f Mon Sep 17 00:00:00 2001 From: Mariano Cano Date: Thu, 30 Sep 2021 12:03:10 -0700 Subject: [PATCH] Fix typo in help. --- command/oauth/cmd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/oauth/cmd.go b/command/oauth/cmd.go index 2f62f815..063fc81d 100644 --- a/command/oauth/cmd.go +++ b/command/oauth/cmd.go @@ -116,7 +116,7 @@ Redirect to a fixed port instead of random one: $ 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 '''