CVS: theedge/bin lvu,1.32,1.33

Terry Chan tchan at lunar-linux.org
Fri Aug 8 03:59:29 GMT 2003


Update of /var/cvs/lunar/theedge/bin
In directory dbguin.lunar-linux.org:/tmp/cvs-serv31398

Modified Files:
	lvu 
Log Message:
Added some fixes to the help() function for lvu.  Brought it upto date with
sofar's latest standardized command line options.


Index: lvu
===================================================================
RCS file: /var/cvs/lunar/theedge/bin/lvu,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- lvu	7 Aug 2003 09:48:31 -0000	1.32
+++ lvu	8 Aug 2003 03:59:27 -0000	1.33
@@ -32,6 +32,18 @@
 
 help() {
 cat << EOF
+LVU -- Lunar View utility (for viewing just about everything in Lunar-Linux)
+
+Usage:		lvu [general options] [command [command parameters]]
+
+GENERAL OPTIONS:
+
+-d  |  --debug                  Enables debug messages
+-h  |  --help                   Displays this help text
+-v  |  --verbose                Increases the level of message output
+
+Commands:
+
 Invoke lvu with desired command followed by arguments.
 Please note that anything in brackets [ ] is optional.
 
@@ -41,11 +53,11 @@
 where       module         display a module's section
 cd          module         change directory to module and execs a new shell
 alien                      discover untracked files
-from        path/file      discover what installed a file
+from        path/file      discover what installed a given file
 leafs                      display installed modules that have no explicit
                                dependencies on them
 orphans                    display installed modules that are missing
-                               dependancies
+                               dependencies
 held                       display held modules
 exiled                     display exiled modules
 
@@ -69,7 +81,7 @@
 md5sum      [module]       display md5sums
 
 export                     make snapshot of box's configuration.
-import                     snapshot restore snapshot.
+import      snapshot       restores an exported snapshot.
 
 section     [section]      display moonbase sections
 moonbase                   display text listing of the moonbase
@@ -77,8 +89,8 @@
 updatelog                  display summary log of previous lunar update
 activity                   display main log file
 
-newer       20020521       display available modules newer than May 21, 2002
-older       20010521       display modules installed before May 21, 2001
+newer       20030801       display available modules newer than Aug 01, 2003
+older       20030101       display modules installed before Jan 01, 2003
 
 voyeur      [delay|module] peak into module compilation
 




More information about the Lunar-commits mailing list