more doc, fix format str

This commit is contained in:
2024-12-22 13:26:29 +01:00
committed by T.v.Dein
parent 249c3f1cfb
commit fe3951f3c2
4 changed files with 24 additions and 5 deletions

View File

@@ -145,6 +145,10 @@ curl localhost:8787/anydb/v1/foo
# list keys
curl localhost:8787/anydb/v1/
# sometimes you need to know some details about the current database
# add -d for more details
anydb info
# it comes with a manpage builtin
anydb man
```