aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-uml-checkparams
diff options
context:
space:
mode:
authordancer <dancer>2005-06-12 11:42:10 +0000
committerdancer <dancer>2005-06-12 11:42:10 +0000
commit6626d6c74afeb37777a28041c4381dc3659e1cf2 (patch)
tree23d7da106eb8eae15f657a1f43acfbf5c046dedf /pbuilder-uml-checkparams
parenta53f4208cff71c6eb7a1245cc0179b0f2b9f2e4f (diff)
downloadpbuilder-6626d6c74afeb37777a28041c4381dc3659e1cf2.tar
pbuilder-6626d6c74afeb37777a28041c4381dc3659e1cf2.tar.gz
document othermirror option for UML also.
Diffstat (limited to 'pbuilder-uml-checkparams')
-rw-r--r--pbuilder-uml-checkparams2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbuilder-uml-checkparams b/pbuilder-uml-checkparams
index d94f63c..c361247 100644
--- a/pbuilder-uml-checkparams
+++ b/pbuilder-uml-checkparams
@@ -96,7 +96,7 @@ while [ -n "$1" ] ; do
. "$2"
shift; shift;;
#things that can be passed through with options
- --timeout|--http-proxy|--hookdir|--aptconfdir|--bindmounts|--mirror|--nonusmirror)
+ --timeout|--http-proxy|--hookdir|--aptconfdir|--bindmounts|--mirror|--nonusmirror|--othermirror)
UML_EXTRAOPT="${UML_EXTRAOPT} $1 $2"
shift; shift;;
--buildresult)