[Lunar-commits] <lunar> Added lin -g as sort for --download.
Peter de Ridder
peter at lunar-linux.org
Mon Jun 10 07:44:34 CEST 2013
commit 1c57639bf19632c734678f2a2f6116d59b233c28
Author: Peter de Ridder <peter at lunar-linux.org>
Date: Sun, 09 Jun 2013 04:43:33 -0700
URL: https://github.com/lunar-linux/lunar/commit/1c57639bf19632c734678f2a2f6116d59b233c28
Added lin -g as sort for --download.
---
man/lin.8 | +1/-1
prog/lin | +2/-2
2 files changed, 3 insertions(+), 3 deletions(-)
--- a/man/lin.8
+++ b/man/lin.8
@@ -28,7 +28,7 @@ Enables debug messages, very useful when emailing a bug report.
Configures the modules and determines their dependencies, but they are not
compiled or installed.
.TP
-.B "\-\-download"
+.B "\-g, \-\-download"
Configures the modules, determines their dependencies and download the sources,
but they are not compiled or installed.
.TP
--- a/prog/lin
+++ b/prog/lin
@@ -43,7 +43,7 @@ Optional Parameters:
-c | --compile Ignore $INSTALL_CACHE and compiles
-d | --debug Enables debug messages
--deps Configure modules and determine dependencies
- --download Configure modules, determine dependencies
+-g | --download Configure modules, determine dependencies
and download the sources
-f | --from directory Specify an alternate for $SOURCE_CACHE
-h | --help Displays this help text
@@ -262,7 +262,7 @@ else
-c|--compile ) export COMPILE="$1" ; shift ;;
-d|--debug ) (( LUNAR_DEBUG++ )) ; export LUNAR_DEBUG ; shift ;;
--deps ) export DEPS_ONLY="$1" ; shift ;;
- --download ) export DOWNLOAD_ONLY="$1" ; shift ;;
+ -g|--download ) export DOWNLOAD_ONLY="$1" ; shift ;;
-f|--from ) export SOURCE_CACHE=$2 ; shift 2 ;;
-h|--help ) help ; exit ;;
--opts ) export PASS_OPTS="$2" ; shift 2 ;;
More information about the Lunar-commits
mailing list