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:
authorMathieu Launay <mathieu@breatheless.net>2011-06-01 17:33:37 +0400
committerMathieu Launay <mathieu@breatheless.net>2011-06-01 17:33:37 +0400
commitcff86d61796529fb78799f63dea86e74467eecd1 (patch)
treecce873080b24bc4ad056c8a2fa00227eafaa7955 /src/poudriere.sh
parent027acbf142aceb1f890504c59133a347fcb7ed0b (diff)
More doc, typo fixes, etc.
Diffstat (limited to 'src/poudriere.sh')
-rwxr-xr-xsrc/poudriere.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/poudriere.sh b/src/poudriere.sh
index cfc13a6e..58b30267 100755
--- a/src/poudriere.sh
+++ b/src/poudriere.sh
@@ -12,7 +12,7 @@ usage() {
echo "- genpkg: generate package for a given port"
echo "- bulk: generate packages for given ports"
echo "- lsjail: list jails created and used by poudriere"
- echo "- ports: create or update the portstree used by poudriere"
+ echo "- ports: create, update or delete the portstrees used by poudriere"
exit 1
}