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 f1d61a1 commit 1d98048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/argo/commands/archive/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 :
Expand Down

0 comments on commit 1d98048

Please sign in to comment.