Skip to content

Commit

Permalink
Fix incorrect argument description (#456)
Browse files Browse the repository at this point in the history
* Add new AutoArchive option to autoarchive images which are also archived in google images

* Update documentation to add new option

* Update logic for autoarchive

* Remove dead code
Resolve #448

* Fix incorrect message

* Merge branch 'main' of github.com:simulot/immich-go
  • Loading branch information
Alex1607 authored Aug 22, 2024
1 parent be10802 commit ce79f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/upload/upload.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ func newCommand(ctx context.Context, common *cmd.SharedFlags, args []string, fsO

cmd.BoolFunc(
"auto-archive",
" google-photos only: Automatically archive photos that are also archived in google photos (default FALSE)", myflag.BoolFlagFn(&app.AutoArchive, true))
" google-photos only: Automatically archive photos that are also archived in google photos (default TRUE)", myflag.BoolFlagFn(&app.AutoArchive, true))

cmd.BoolFunc(
"create-stacks",
Expand Down

0 comments on commit ce79f99

Please sign in to comment.