From 8f17a46be05ab855504639f6bc8ae1274b4ec446 Mon Sep 17 00:00:00 2001 From: Mariano Cano Date: Wed, 12 Feb 2020 12:45:07 -0800 Subject: [PATCH] Fix formatting. --- commands/app.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/app.go b/commands/app.go index 51a89428..9b22ac2d 100644 --- a/commands/app.go +++ b/commands/app.go @@ -31,8 +31,8 @@ var AppCommand = cli.Command{ intermediate private key.`, }, cli.StringFlag{ - Name: "resolver", - Usage: `address of a DNS resolver to be used instead of the default.`, + Name: "resolver", + Usage: "address of a DNS resolver to be used instead of the default.", }, }, }