Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
laaqxdze1k committed Sep 19, 2023
2 parents 5911886 + 83e8ba7 commit 1737963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmdupload/upload.go
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ func NewUpCmd(ctx context.Context, ic *immich.ImmichClient, logger *logger.Logge
cmd.BoolVar(&app.KeepTrashed, "keep-trashed", false, "Import also trashed items")
cmd.BoolVar(&app.KeepPartner, "keep-partner", true, "Import also partner's items")
cmd.BoolVar(&app.CreateAlbumAfterFolder, "create-album-folder", false, "Create albums for assets based on the parent folder or a given name")
cmd.StringVar(&app.ImportIntoAlbum, "album", "", "All assets will be added to this album. (Must already exist)")
cmd.StringVar(&app.ImportIntoAlbum, "album", "", "All assets will be added to this album.")
cmd.StringVar(&app.PartnerAlbum, "partner-album", "", "Assets from partner will be added to this album. (Must already exist)")
cmd.Var(&app.DateRange, "date", "Date of capture range.")
cmd.StringVar(&app.ImportFromAlbum, "from-album", "", "Import only from this album")
Expand Down

0 comments on commit 1737963

Please sign in to comment.