[Lunar-commits] r23521 - lunar/trunk/sbin
Auke Kok
sofar at lunar-linux.org
Tue Mar 6 20:34:58 CET 2007
Author: sofar
Date: 2007-03-06 20:34:58 +0100 (Tue, 06 Mar 2007)
New Revision: 23521
Modified:
lunar/trunk/sbin/lget
Log:
Remove -V/--Version reference
Modified: lunar/trunk/sbin/lget
===================================================================
--- lunar/trunk/sbin/lget 2007-03-06 19:30:33 UTC (rev 23520)
+++ lunar/trunk/sbin/lget 2007-03-06 19:34:58 UTC (rev 23521)
@@ -38,13 +38,12 @@
Optional Parameters:
- -a | --all Download all sources available in moonbase
+ -a | --all Download all sources available in moonbase
-d | --debug Enables debug messages
-f | --from directory Specify an alternate for $SOURCE_CACHE
-h | --help Displays this help text
-u | --url URL Specify an alternate download URL
-v | --verbose Increases the level of message output
- -V | --Version Select specific Version of module to install
-w | --want version Try to download a different version that is
not in moonbase
EOF
@@ -86,14 +85,14 @@
. /etc/lunar/config
-GETOPT_ARGS=$(getopt -q -n lget -o "adf:hu:vV:w:" -l "all,debug,from:,help,url:,verbose,Version:want:" -- "$@")
+GETOPT_ARGS=$(getopt -q -n lget -o "adf:hu:vw:" -l "all,debug,from:,help,url:,verbose,want:" -- "$@")
if [ -z "$?" ] ; then
help | view_file
exit
else
eval set -- $GETOPT_ARGS
-
+
root_check
enviro_check
set_priority
More information about the Lunar-commits
mailing list