Skip to content

Commit

Permalink
docs: show backup command in help (#5865)
Browse files Browse the repository at this point in the history
  • Loading branch information
rneatherway authored Feb 27, 2024
1 parent e391184 commit 5d060af
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ export const defaultApiVersion = 'v2024-02-21'
const datasetBackupGroup: CliCommandGroupDefinition = {
name: 'backup',
signature: '[COMMAND]',
description: 'Manage dataset backups.',
description: 'Manage backups.',
isGroupRoot: true,
hideFromHelp: true,
}

export default datasetBackupGroup

0 comments on commit 5d060af

Please sign in to comment.