diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-06-08 03:08:38 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-06-08 03:08:38 -0400 |
commit | fb836e1be94604796c5aa95dafcba9c87488afe0 (patch) | |
tree | 5fbe376410c9acf74a66f2690d4b805bf94bcbc5 /svc/help.go | |
parent | 62c714ae9880f8f6f2d81be12f95024f17ae486e (diff) | |
download | getwtxt-fb836e1be94604796c5aa95dafcba9c87488afe0.tar.gz |
sqlite3 listed in manual as available
Diffstat (limited to 'svc/help.go')
-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 |