summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ptxdist5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/ptxdist b/bin/ptxdist
index f6efe88ae..15511e5c7 100755
--- a/bin/ptxdist
+++ b/bin/ptxdist
@@ -1000,6 +1000,8 @@ Options:
--output-sync Improve output readability for parallel building.
Disabled by default except for quiet builds.
--no-output-sync Disable output-sync if enabled by default.
+ --progress Show progress information. This is only available
+ in quiet mode.
--j-intern=<n>, -ji<n> set number of parallel builds in packages
(default = 2*CPUs)
@@ -1305,6 +1307,9 @@ parse_first()
--no-output-sync)
PTXDIST_OUTPUT_SYNC=0
;;
+ --progress)
+ PTXDIST_PROGRESS=1
+ ;;
-q|--quiet)
PTXDIST_QUIET=1
;;