From 57a704f0089e8d0ca3e9826cfe4cb77f5bde568b Mon Sep 17 00:00:00 2001 From: Mariano Cano Date: Thu, 30 Mar 2023 15:23:21 -0700 Subject: [PATCH] Fix typo in flag usage --- commands/app.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/app.go b/commands/app.go index 4435cfe2..e5c6ea1e 100644 --- a/commands/app.go +++ b/commands/app.go @@ -85,7 +85,7 @@ Requires **--insecure** flag.`, }, cli.StringFlag{ Name: "pidfile", - Usage: "that path to the to write the process ID.", + Usage: "the path to the to write the process ID.", }, cli.BoolFlag{ Name: "insecure",