From a02f3e2893c95d34a4320cfb7cad13689c2c6fe7 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 25 Mar 2008 11:42:51 +0000 Subject: [PATCH] review usage --- mirroring/mirror.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" -- 2.47.0