[PATCH] D37148: [LNT] Remove reference of lnt createdb from docs.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 25 08:31:07 PDT 2017


fhahn created this revision.

lnt createdb is not provided by LNT any longer.


https://reviews.llvm.org/D37148

Files:
  docs/tools.rst


Index: docs/tools.rst
===================================================================
--- docs/tools.rst
+++ docs/tools.rst
@@ -57,9 +57,6 @@
     The default server will have a sqlite3 database named *default*. You can
     specify to use PostgreSQL using ``--db-dir postgresql://user@hostname``.
 
-  ``lnt createdb <path>``
-    Creates a new LNT sqlite3 database at the specified path.
-
   ``lnt import [--commit=1] <instance path> <file>+``
     Import an LNT data file into a database. You can use ``--database`` to
     select the database to write to. Note that by default this will also


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37148.112699.patch
Type: text/x-patch
Size: 601 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170825/5b1837b1/attachment.bin>


More information about the llvm-commits mailing list