X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=mirroring%2Fmirror.sh;h=df415bc6ffbb9555cc01486372364e48a9710009;hb=2b7933866b8017e528bcbcbe66987ba7914ca248;hp=e4b1e166305003708042440a31c8604177981125;hpb=f070fcb49ea7ee36968474d7094f9a8ee7e53cd6;p=build.git 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"