Skip to content

Commit

Permalink
fix(cli): fix wording in usage guide (immich-app#3378)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniele-athome authored Jul 24, 2023
1 parent 625a899 commit 111372e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ program
)
.addOption(new Option('-i, --ignore [paths...]', 'Paths to ignore').env('IMMICH_IGNORE_PATHS').default(false))
.addOption(new Option('--no-read-only', 'Import files without read-only protection, allowing Immich to manage them'))
.argument('[paths...]', 'One or more paths to assets to be uploaded')
.argument('[paths...]', 'One or more paths to assets to be imported')
.action((paths, options) => {
options.import = true;
options.excludePatterns = options.ignore;
Expand Down

0 comments on commit 111372e

Please sign in to comment.