[Lunar-commits] CVS: moonbase/utils/theedge/profile.d theedge.rc, 1.3, 1.4

Chad Kittel v3rt1g0 at lunar-linux.org
Wed Mar 16 00:10:11 UTC 2005


Update of /var/cvs/lunar/moonbase/utils/theedge/profile.d
In directory espresso.foo-projects.org:/tmp/cvs-serv7711

Modified Files:
	theedge.rc 
Log Message:
Added info to tab completion


Index: theedge.rc
===================================================================
RCS file: /var/cvs/lunar/moonbase/utils/theedge/profile.d/theedge.rc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- theedge.rc	26 Sep 2004 04:14:01 -0000	1.3
+++ theedge.rc	16 Mar 2005 00:10:08 -0000	1.4
@@ -29,7 +29,7 @@
 	prev=${COMP_WORDS[COMP_CWORD-1]}
 
 	if [ $COMP_CWORD -eq 1 ] || [ "${prev:0:1}" = "-" ]; then
-		COMPREPLY=( $( compgen -W 'DETAILS DEPENDS CONFLICTS BUILD PRE_BUILD POST_BUILD CONFIGURE POST_INSTALL PRE_REMOVE POST_REMOVE what where cd alien from leafs orphans search service website install size installed compile compiler links sources maintainer version sum md5sum export import section moonbase html updatelog activity newer older voyeur pam depends tree eert stree leert held exiled urls versions short' $cur ))
+		COMPREPLY=( $( compgen -W 'DETAILS DEPENDS CONFLICTS BUILD PRE_BUILD POST_BUILD CONFIGURE POST_INSTALL PRE_REMOVE POST_REMOVE what where cd alien from leafs orphans search service website install size installed compile compiler links sources maintainer version sum md5sum export import section moonbase html updatelog activity newer older voyeur pam depends tree eert stree leert held exiled urls versions short info' $cur ))
 	elif [ $COMP_CWORD -eq 2 -a $prev = "from" ]; then
 	        COMPREPLY=( $(compgen -f "$cur") )
 	elif [ $COMP_CWORD -eq 2 ]; then



More information about the Lunar-commits mailing list