From 6d753dd761a90025fdf87166009912cede86616c Mon Sep 17 00:00:00 2001 From: ildyria Date: Fri, 20 Jan 2023 08:22:06 +0100 Subject: [PATCH] fix sync default user --- app/Console/Commands/Sync.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/Sync.php b/app/Console/Commands/Sync.php index c7836c09b86..d954e86bf28 100644 --- a/app/Console/Commands/Sync.php +++ b/app/Console/Commands/Sync.php @@ -28,7 +28,7 @@ class Sync extends Command 'lychee:sync ' . '{dir* : directory to sync} ' . // string[] '{--album_id= : Album ID to import to} ' . // string or null - '{--owner_id=0 : Owner ID of imported photos} ' . // string + '{--owner_id=1 : Owner ID of imported photos} ' . // string '{--resync_metadata : Re-sync metadata of existing files} ' . // bool '{--delete_imported=%s : Delete the original files} ' . // string '{--import_via_symlink=%s : Imports photos from via a symlink instead of copying the files} ' . // string