[LNT] r179651 - Note the --commit=1 argument to lnt import.

Daniel Dunbar daniel at zuster.org
Tue Apr 16 17:07:54 PDT 2013


Author: ddunbar
Date: Tue Apr 16 19:07:54 2013
New Revision: 179651

URL: http://llvm.org/viewvc/llvm-project?rev=179651&view=rev
Log:
Note the --commit=1 argument to lnt import.
 - Patch by Chris Matthews.

Modified:
    lnt/trunk/docs/quickstart.rst
    lnt/trunk/docs/tools.rst

Modified: lnt/trunk/docs/quickstart.rst
URL: http://llvm.org/viewvc/llvm-project/lnt/trunk/docs/quickstart.rst?rev=179651&r1=179650&r2=179651&view=diff
==============================================================================
--- lnt/trunk/docs/quickstart.rst (original)
+++ lnt/trunk/docs/quickstart.rst Tue Apr 16 19:07:54 2013
@@ -88,7 +88,7 @@ results.
 
 Once you have a local instance, you can either submit results directly with::
 
-     lnt import ~/myperfdb SANDBOX/test-<stamp>/report.json
+     lnt import --commit=1 ~/myperfdb SANDBOX/test-<stamp>/report.json
 
 or as part of a run with::
 

Modified: lnt/trunk/docs/tools.rst
URL: http://llvm.org/viewvc/llvm-project/lnt/trunk/docs/tools.rst?rev=179651&r1=179650&r2=179651&view=diff
==============================================================================
--- lnt/trunk/docs/tools.rst (original)
+++ lnt/trunk/docs/tools.rst Tue Apr 16 19:07:54 2013
@@ -56,7 +56,7 @@ The following tools are used to interact
   ``lnt createdb <path>``
     Creates a new LNT sqlite3 database at the specified path.
 
-  ``lnt import <instance path> <file>+``
+  ``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
     generate report emails if enabled in the configuration, you can use





More information about the llvm-commits mailing list