mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
CLI: Update help texts for commands and flags
This commit is contained in:
@@ -20,7 +20,7 @@ import (
|
||||
// IndexCommand registers the index cli command.
|
||||
var IndexCommand = cli.Command{
|
||||
Name: "index",
|
||||
Usage: "indexes media files in the originals folder",
|
||||
Usage: "Indexes original media files",
|
||||
ArgsUsage: "[path]",
|
||||
Flags: indexFlags,
|
||||
Action: indexAction,
|
||||
|
||||
Reference in New Issue
Block a user