Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
congminh1254 committed Jan 30, 2024
1 parent 64aa022 commit 77bf65b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/folders/download.js
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ FoldersDownloadCommand.flags = {
}),
'max-depth': flags.enum({
description:
'Maximum depth to verify if files and folders conflict, only used with --no-overwrite',
'Maximum depth to verify if files and folders are already exists, only used with --no-overwrite',
options: ['root', 'max'],
default: 'max',
}),
Expand Down

0 comments on commit 77bf65b

Please sign in to comment.