Skip to content

Commit

Permalink
refactor: syntax checking
Browse files Browse the repository at this point in the history
Signed-off-by: leehosu <[email protected]>
  • Loading branch information
leehosu committed Sep 25, 2024
1 parent 697ac4c commit 8e37258
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/argo/commands/archive/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ func NewListCommand() *cobra.Command {
command := &cobra.Command{
Use: "list",
Short: "list workflows in the archive",
Example: `
# List all archives:
Example: `# List all archives:
argo archive list
# List all archives in JSON format:
Expand Down

0 comments on commit 8e37258

Please sign in to comment.