mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 08:44:04 +01:00
Backend: Improve command usage description #187
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
@@ -14,7 +14,7 @@ import (
|
||||
// Imports photos from path defined in command-line args
|
||||
var ImportCommand = cli.Command{
|
||||
Name: "import",
|
||||
Usage: "Add and index photos from import directory",
|
||||
Usage: "Moves and indexes photos from import directory",
|
||||
Action: importAction,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user