[PATCH] D36765: [llvmlab] Update llvmlab fetch documentation
Jonas Devlieghere via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 15 13:39:19 PDT 2017
JDevlieghere created this revision.
JDevlieghere added a project: Zorg.
Repository:
rL LLVM
https://reviews.llvm.org/D36765
Files:
llvmbisect/llvmlab/ci.py
Index: llvmbisect/llvmlab/ci.py
===================================================================
--- llvmbisect/llvmlab/ci.py
+++ 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.111240.patch
Type: text/x-patch
Size: 533 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170815/9b8981ba/attachment-0001.bin>
More information about the llvm-commits
mailing list