mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
CLI: Change type of import --dest flag to string #3473
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
@@ -22,7 +22,7 @@ var ImportCommand = cli.Command{
|
||||
Usage: "Moves media files to originals",
|
||||
ArgsUsage: "[source]",
|
||||
Flags: []cli.Flag{
|
||||
cli.BoolFlag{
|
||||
cli.StringFlag{
|
||||
Name: "dest, d",
|
||||
Usage: "relative originals `PATH` to which the files should be imported",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user