simulot / immich-go

An alternative to the immich-CLI command that doesn't depend on nodejs installation. It tries its best for importing google photos takeout archives.
GNU Affero General Public License v3.0
1.63k stars 49 forks source link

Documentation change #137

Closed mmomjian closed 8 months ago

mmomjian commented 8 months ago

Per main.go:92, device-uuid is a flag to the main command itself, not a sub flag to the upload command. If you put it after the word upload, you get this error:

Server status: OK
flag provided but not defined: -device-uuid
simulot commented 8 months ago

Thanks!