[PATCH] D36765: [llvmlab] Update llvmlab fetch documentation
Jonas Devlieghere via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 15 14:11:44 PDT 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL310957: Update llvmlab fetch documentation (authored by JDevlieghere).
Changed prior to commit:
https://reviews.llvm.org/D36765?vs=111240&id=111254#toc
Repository:
rL LLVM
https://reviews.llvm.org/D36765
Files:
zorg/trunk/llvmbisect/llvmlab/ci.py
Index: zorg/trunk/llvmbisect/llvmlab/ci.py
===================================================================
--- zorg/trunk/llvmbisect/llvmlab/ci.py
+++ zorg/trunk/llvmbisect/llvmlab/ci.py
@@ -336,7 +336,11 @@
The available builders can be listed using:
- %%prog ci ls""" % locals())
+ %%prog ls
+
+The available builds can be listed using:
+
+ %%prog ls builder""" % locals())
parser.add_option("-f", "--force", dest="force",
help=("always download and extract, overwriting any"
"existing files"),
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36765.111254.patch
Type: text/x-patch
Size: 566 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170815/70bdb893/attachment.bin>
More information about the llvm-commits
mailing list