Skip to content
Snippets Groups Projects
Commit 0fbc0696 authored by Anirudha Bose's avatar Anirudha Bose Committed by Vassil Vassilev
Browse files

Update CPT usage in README.md

parent c3ed90cf
No related branches found
No related tags found
No related merge requests found
...@@ -118,9 +118,10 @@ cd tools/packaging/ ...@@ -118,9 +118,10 @@ cd tools/packaging/
usage: cpt.py [-h] [-c] [--current-dev CURRENT_DEV] usage: cpt.py [-h] [-c] [--current-dev CURRENT_DEV]
[--last-stable LAST_STABLE] [--tarball-tag TARBALL_TAG] [--last-stable LAST_STABLE] [--tarball-tag TARBALL_TAG]
[--deb-tag DEB_TAG] [--rpm-tag RPM_TAG] [--nsis-tag NSIS_TAG] [--deb-tag DEB_TAG] [--rpm-tag RPM_TAG] [--nsis-tag NSIS_TAG]
[--with-llvm-url WITH_LLVM_URL] [--dmg-tag DMG_TAG] [--with-llvm-url WITH_LLVM_URL]
[--with-clang-url WITH_CLANG_URL] [--with-clang-url WITH_CLANG_URL]
[--with-cling-url WITH_CLING_URL] [--with-workdir WITH_WORKDIR] [--with-cling-url WITH_CLING_URL] [--no-test]
[--with-workdir WITH_WORKDIR] [--make-proper MAKE_PROPER]
Cling Packaging Tool Cling Packaging Tool
...@@ -143,12 +144,15 @@ optional arguments: ...@@ -143,12 +144,15 @@ optional arguments:
(.rpm) (.rpm)
--nsis-tag NSIS_TAG Package the snapshot of a given tag in an NSIS --nsis-tag NSIS_TAG Package the snapshot of a given tag in an NSIS
installer (.exe) installer (.exe)
--dmg-tag DMG_TAG Package the snapshot of a given tag in a DMG package
(.dmg)
--with-llvm-url WITH_LLVM_URL --with-llvm-url WITH_LLVM_URL
Specify an alternate URL of LLVM repo Specify an alternate URL of LLVM repo
--with-clang-url WITH_CLANG_URL --with-clang-url WITH_CLANG_URL
Specify an alternate URL of Clang repo Specify an alternate URL of Clang repo
--with-cling-url WITH_CLING_URL --with-cling-url WITH_CLING_URL
Specify an alternate URL of Cling repo Specify an alternate URL of Cling repo
--no-test Do not run test suite of Cling
--with-workdir WITH_WORKDIR --with-workdir WITH_WORKDIR
Specify an alternate working directory for CPT Specify an alternate working directory for CPT
--make-proper MAKE_PROPER --make-proper MAKE_PROPER
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment