Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Davis <brd@FreeBSD.org>2015-01-21 01:21:37 +0300
committerBrad Davis <brd@FreeBSD.org>2015-01-21 01:21:37 +0300
commit1b88924f3a0da8542de26bad9adb84501c683db4 (patch)
treec87f691b2190493364c93f74206cb0221a1361d6 /completions
parent3a412585ad0f08987efd952a73b77e2c72ad69f8 (diff)
Clean up language of the zsh completion for bulk -c and -C. Fixes #264.
Diffstat (limited to 'completions')
-rw-r--r--completions/zsh/_poudriere4
1 files changed, 2 insertions, 2 deletions
diff --git a/completions/zsh/_poudriere b/completions/zsh/_poudriere
index 3bd3d561..26753553 100644
--- a/completions/zsh/_poudriere
+++ b/completions/zsh/_poudriere
@@ -13,8 +13,8 @@ _bulk=(
'-B[What buildname to use]:buildname'
'-f[Give the list of ports to build]:name of file:_files'
'-F[Only fetch from original master_sites; skip FreeBSD mirrors]'
- '-c[Clean the previous built binary packages]'
- '-C[Clean previous packages for the given list to build]'
+ '-c[Clean all previously built packages and logs]'
+ '-C[Clean only the packages specified on the command line or in a file via -f]'
'-i[Interactive mode. Enter jail after build and automatically cleanup when done]'
'-I[Advanced interactive mode. Leave jail running but do not enter]'
'-n[Dry run. Show what would be done, but do not build any packages]'