diff --git a/command/volume_snapshot_list.go b/command/volume_snapshot_list.go index b88bdd838adb..2542b3d8c2a7 100644 --- a/command/volume_snapshot_list.go +++ b/command/volume_snapshot_list.go @@ -35,6 +35,7 @@ List Options: -plugin: Display only snapshots managed by a particular plugin. By default this command will query all plugins for their snapshots. + -secrets: A set of key/value secrets to be used when listing snapshots. ` return strings.TrimSpace(helpText)