From 1d980485105deb97f4bb9be6d4e8a09f7fd08e84 Mon Sep 17 00:00:00 2001 From: leehosu Date: Wed, 25 Sep 2024 13:28:26 +0900 Subject: [PATCH] refactor: syntax checking Signed-off-by: leehosu --- cmd/argo/commands/archive/list.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/argo/commands/archive/list.go b/cmd/argo/commands/archive/list.go index db55e8d376d6..567d56e282ce 100644 --- a/cmd/argo/commands/archive/list.go +++ b/cmd/argo/commands/archive/list.go @@ -25,7 +25,7 @@ func NewListCommand() *cobra.Command { command := &cobra.Command{ Use: "list", Short: "list workflows in the archive", - Example: `# Display all archive lists in the default format (wide) : + Example: `# Display all archive lists in the default format (wide) : argo archive list # Output in JSON format :