diff options
Diffstat (limited to 'svc')
-rw-r--r-- | svc/help.go | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/svc/help.go b/svc/help.go index ba5e120..9566f93 100644 --- a/svc/help.go +++ b/svc/help.go @@ -37,7 +37,8 @@ func helpScreen() { style.css and tmpl/index.html -d [--db] Path getwtxt should use for the database. -t [--dbtype] Type of database to use. - Options: leveldb + Options: leveldb (default) + sqlite `) } @@ -96,8 +97,9 @@ func manualScreen() { Default: 9001 DatabaseType: The type of back-end getwtxt should use - to store registry data. Currently, only leveldb - is available, with more options in development. + to store registry data. The available types of + databases are: leveldb + sqlite Default: leveldb DatabasePath: The location of the LevelDB structure |