[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 10:17:53 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL311785: [LNT] Remove reference of lnt createdb from docs. (authored by fhahn).

Changed prior to commit:
  https://reviews.llvm.org/D37148?vs=112699&id=112709#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D37148

Files:
  lnt/trunk/docs/tools.rst


Index: lnt/trunk/docs/tools.rst
===================================================================
--- lnt/trunk/docs/tools.rst
+++ lnt/trunk/docs/tools.rst
@@ -109,9 +109,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] <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.112709.patch
Type: text/x-patch
Size: 631 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170825/bc2cb2ee/attachment.bin>


More information about the llvm-commits mailing list