[LNT] r311785 - [LNT] Remove reference of lnt createdb from docs.

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 25 10:16:47 PDT 2017


Author: fhahn
Date: Fri Aug 25 10:16:47 2017
New Revision: 311785

URL: http://llvm.org/viewvc/llvm-project?rev=311785&view=rev
Log:
[LNT] Remove reference of lnt createdb from docs.

lnt createdb is not provided by LNT any longer.

Differential Revision: https://reviews.llvm.org/D37148


Modified:
    lnt/trunk/docs/tools.rst

Modified: lnt/trunk/docs/tools.rst
URL: http://llvm.org/viewvc/llvm-project/lnt/trunk/docs/tools.rst?rev=311785&r1=311784&r2=311785&view=diff
==============================================================================
--- lnt/trunk/docs/tools.rst (original)
+++ lnt/trunk/docs/tools.rst Fri Aug 25 10:16:47 2017
@@ -109,9 +109,6 @@ The following tools are used to interact
     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] <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




More information about the llvm-commits mailing list