Skip to content

Commit

Permalink
Updates requested in pull request review
Browse files Browse the repository at this point in the history
  • Loading branch information
yolih committed Apr 16, 2024
1 parent f4acf84 commit b4235c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/bin/vip-backup-db.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const examples = [
' ✓ Preparing for backup generation\n' +
' ✓ Generating backup\n' +
' New database backup created',
description: 'Generate a fresh database backup for an environment.',
description: 'Generate a new database backup for an environment.',
},
];

Expand Down
2 changes: 1 addition & 1 deletion src/bin/vip.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const runCmd = async function () {
cmd
.command( 'logout', 'Logout from your current session' )
.command( 'app', 'List and modify your VIP applications' )
.command( 'backup', 'Generate a backup for an environment.' )
.command( 'backup', 'Generate a backup of an environment.' )
.command( 'cache', 'Manage page cache for your VIP applications' )
.command( 'config', 'Manage environment configurations.' )
.command( 'dev-env', 'Use local dev-environment' )
Expand Down

0 comments on commit b4235c7

Please sign in to comment.