From ae5c0967cec40a7dcf9804ff592a4d15f1b26569 Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Tue, 28 Jul 2020 20:24:24 +0200 Subject: commands: cleanup the command's usage to avoid warnings when generating the doc --- commands/bridge_pull.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/bridge_pull.go') diff --git a/commands/bridge_pull.go b/commands/bridge_pull.go index bb705582..95eb2fe0 100644 --- a/commands/bridge_pull.go +++ b/commands/bridge_pull.go @@ -26,7 +26,7 @@ func newBridgePullCommand() *cobra.Command { options := bridgePullOptions{} cmd := &cobra.Command{ - Use: "pull []", + Use: "pull [NAME]", Short: "Pull updates.", PreRunE: loadBackend(env), PostRunE: closeBackend(env), -- cgit