Backend: Improve command usage description #187

Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
Michael Mayer
2020-01-22 12:19:43 +01:00
parent 02f605e6a8
commit 2f62084d6f
2 changed files with 2 additions and 2 deletions

View File

@@ -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,
}