Skip to content

Commit 3f01413

Browse files
kaovilaiCopilot
andauthored
Update cmd/non-admin/backup/delete.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 0f07eed commit 3f01413

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/non-admin/backup/delete.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ func NewDeleteCommand(f client.Factory, use string) *cobra.Command {
4141
o := NewDeleteOptions()
4242

4343
c := &cobra.Command{
44-
Use: use + " [NAME...] [--all]",
44+
Use: use + " [NAME...] | --all",
4545
Short: "Delete one or more non-admin backups",
4646
Long: "Delete one or more non-admin backups by setting the deletebackup field to true",
4747
Args: cobra.ArbitraryArgs,

0 commit comments

Comments
 (0)