Commit 99b986f3 authored by Kirill Smelkov's avatar Kirill Smelkov

go/zodb/fs1tools: Notes about other possible useful commands currently being there on ZODB/py side

parent 11ee44e0
...@@ -25,9 +25,14 @@ import "lab.nexedi.com/kirr/go123/prog" ...@@ -25,9 +25,14 @@ import "lab.nexedi.com/kirr/go123/prog"
var commands = prog.CommandRegistry{ var commands = prog.CommandRegistry{
{"dump", dumpSummary, dumpUsage, dumpMain}, {"dump", dumpSummary, dumpUsage, dumpMain},
{"tail", tailSummary, tailUsage, tailMain}, {"tail", tailSummary, tailUsage, tailMain},
// + fsstats? (fsstats.py)
{"reindex", reindexSummary, reindexUsage, reindexMain}, {"reindex", reindexSummary, reindexUsage, reindexMain},
{"verify-index", verifyIdxSummary, verifyIdxUsage, verifyIdxMain}, {"verify-index", verifyIdxSummary, verifyIdxUsage, verifyIdxMain},
// recover (fsrecover.py)
// verify (fstest.py)
// XXX repozo ?
} }
var helpTopics = prog.HelpRegistry{ var helpTopics = prog.HelpRegistry{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment