Skip to content

Commit 5cec4e7

Browse files
Apply suggestions from code review
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 007be96 commit 5cec4e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/faq_general.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ docker exec -it <container_name> php artisan lychee:sync /tmp/import
3232

3333
This will create an album `import` in which all the photos will be imported. You can then move the photos to the desired albums using the web interface. Note that this import is recursive, so any subfolders will be imported as subalbums.
3434

35-
Note that `lychee:sync` as a few options:
35+
Note that `lychee:sync` has a few options:
3636

3737
- `--album_id[=ALBUM_ID]`: Album ID to import to.
3838
- `--owner_id[=OWNER_ID]`: Owner ID of imported photos [default: "1"]
@@ -44,7 +44,7 @@ Note that `lychee:sync` as a few options:
4444
- `--delete_missing_albums[=DELETE_MISSING_ALBUMS]`: Delete albums in the parent album that are not present in the synced directory [default: "0"]
4545
- `--dry_run[=DRY_RUN]`: Run the delete photos process but do not make any changes [default: "1"]
4646

47-
We strongly recommend to specify those or at least run `lychee:sync --help` to understand the default values of those options as they are specified with your configuration. The `--delete_xxx` can have disastrous consequences if you are not careful.
47+
We strongly recommend to specify those or at least run `php artisan lychee:sync --help` to understand the default values of those options as they are specified with your configuration. The `--delete_xxx` can have disastrous consequences if you are not careful.
4848

4949

5050
### What is new?

0 commit comments

Comments
 (0)