Skip to content

Commit 58f0f9d

Browse files
committed
fixed rename command help typo
1 parent 4a380e6 commit 58f0f9d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/commands/rename.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ export default class Rename extends Command {
2323
...CLIUtils.CommonFlags,
2424
id: Flags.string({
2525
char: 'i',
26-
description: 'The item id to be renamed (it can be a file id or a folder id).',
26+
description: 'The ID of the item to rename (can be a file ID or a folder ID).',
2727
required: false,
2828
}),
2929
name: Flags.string({
3030
char: 'n',
31-
description: 'The new item name that the item is going to be have.',
31+
description: 'The new name for the item.',
3232
required: false,
3333
}),
3434
};

0 commit comments

Comments
 (0)