cosmetic
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 11 Sep 2008 12:38:40 +0000 (12:38 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 11 Sep 2008 12:38:40 +0000 (12:38 +0000)
module-tools.py
vbuild-fedora-mirror.sh

index 1a7ad8e..85c4510 100755 (executable)
@@ -532,7 +532,7 @@ that for other purposes than tagging"""%topdir
 
 ##############################
     sync_warning="""*** WARNING
-The module-init function has the following limitations
+The module-sync function has the following limitations
 * it does not handle changelogs
 * it does not scan the -tags*.mk files to adopt the new tags"""
 
index 1d3c040..feb511d 100755 (executable)
@@ -128,7 +128,8 @@ function mirror_distro_arch () {
 
 function usage () {
     echo "Usage: $COMMAND [-n] [-v] [-c] [-r root] [-u|U rsyncurl] [-e|-j] [-f distroname|-F] [-a arch|-A]"
-    echo "Defaults to -r $root -u $rsyncurl -f $default_distroname -a $default_arch"
+    echo "Defaults to -r $root -f $default_distroname -a $default_arch"
+    echo "Default urls : $fedora_url $centos_url"
     echo "Options:"
     echo " -n : dry run"
     echo " -v : verbose"