We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a380e6 commit 58f0f9dCopy full SHA for 58f0f9d
1 file changed
src/commands/rename.ts
@@ -23,12 +23,12 @@ export default class Rename extends Command {
23
...CLIUtils.CommonFlags,
24
id: Flags.string({
25
char: 'i',
26
- description: 'The item id to be renamed (it can be a file id or a folder id).',
+ description: 'The ID of the item to rename (can be a file ID or a folder ID).',
27
required: false,
28
}),
29
name: Flags.string({
30
char: 'n',
31
- description: 'The new item name that the item is going to be have.',
+ description: 'The new name for the item.',
32
33
34
};
0 commit comments