Skip to content

Commit c588fc0

Browse files
authored
Merge pull request #284 from Syncano/fix/delete_instance_desc_274
Fix description in CLI (instance delete)
2 parents 724de65 + 21a2695 commit c588fc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cli/src/cli-instance.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const setup = async () => {
3232
program
3333
.command('delete <instanceName>')
3434
.group('Instance')
35-
.description('Create an Instance')
35+
.description('Delete an Instance')
3636
.action(async (...options) => {
3737
session.isAuthenticated()
3838
echo()

0 commit comments

Comments
 (0)