[Lunar-commits] r23522 - lunar/branches/stable/sbin

Auke Kok sofar at lunar-linux.org
Tue Mar 6 20:35:26 CET 2007


Author: sofar
Date: 2007-03-06 20:35:26 +0100 (Tue, 06 Mar 2007)
New Revision: 23522

Modified:
   lunar/branches/stable/sbin/lget
Log:
Remove reference to -V|--Version


Modified: lunar/branches/stable/sbin/lget
===================================================================
--- lunar/branches/stable/sbin/lget	2007-03-06 19:34:58 UTC (rev 23521)
+++ lunar/branches/stable/sbin/lget	2007-03-06 19:35:26 UTC (rev 23522)
@@ -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