Metadata: Improve CLI command descriptions #1736

This commit is contained in:
Michael Mayer
2021-11-18 03:02:10 +01:00
parent 73ffa53397
commit 9da2e92fb6
12 changed files with 18 additions and 19 deletions

View File

@@ -62,7 +62,7 @@ func purgeAction(ctx *cli.Context) error {
}
if conf.ReadOnly() {
log.Infof("purge: read-only mode enabled")
log.Infof("config: read-only mode enabled")
}
w := service.Purge()