Fix type in help text for list cmd

pull/1827/head
Christoph Blecker 8 years ago
parent 5a33f462ef
commit 5b2cf3930b
No known key found for this signature in database
GPG Key ID: B34A59A9D39F838B

@ -34,7 +34,7 @@ var listHelp = `
This command lists all of the releases.
By default, it lists only releases that are deployed or failed. Flags like
'--delete' and '--all' will alter this behavior. Such flags can be combined:
'--deleted' and '--all' will alter this behavior. Such flags can be combined:
'--deleted --failed'.
By default, items are sorted alphabetically. Use the '-d' flag to sort by

Loading…
Cancel
Save