From: Thierry Parmentelat Date: Tue, 25 Mar 2008 11:42:51 +0000 (+0000) Subject: review usage X-Git-Tag: 4.2-rc2~112 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=a02f3e2893c95d34a4320cfb7cad13689c2c6fe7;p=build.git review usage --- diff --git a/mirroring/mirror.sh b/mirroring/mirror.sh index e4b1e166..df415bc6 100755 --- a/mirroring/mirror.sh +++ b/mirroring/mirror.sh @@ -79,14 +79,14 @@ function usage () { echo "Usage $COMMAND [options] " echo " a help to manage the yum.repos.d template in /etc/vservers/.distributions/" echo "Available commands" - echo " display: shows content (default if missing)" - echo " init: creates /etc/vservers/.distributions//yum.repos.d/building.repo" - echo " default is to use mirror root at $default_url" - echo " use -u URL to specify another location" + echo " display: shows content (default if is missing)" echo " diff: shows diff between current and what init would do" + echo " init: creates /etc/vservers/.distributions//yum.repos.d/building.repo" echo " clean: removes building.repo" echo " superclean: removes yum.repos.d altogether" echo "Options" + echo " -u URL to specify another location" + echo " default is to use mirror root at $default_url" echo " -f : defaults to $default_distro" echo " -a : runs on all distros $all_distros" echo " -0 : turns off gpgcheck"