[yum-cvs] yum cli.py,1.177,1.178
Gijs Hollestelle
gijs at login.linux.duke.edu
Wed Apr 13 14:21:13 UTC 2005
Update of /home/groups/yum/cvs/yum
In directory login:/tmp/cvs-serv985
Modified Files:
cli.py
Log Message:
Updated yum.8 manpage and added missing commands to the --help output of
cli.py.
Index: cli.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/cli.py,v
retrieving revision 1.177
retrieving revision 1.178
diff -u -r1.177 -r1.178
--- cli.py 28 Mar 2005 03:21:14 -0000 1.177
+++ cli.py 13 Apr 2005 14:21:11 -0000 1.178
@@ -1384,7 +1384,8 @@
Usage: yum [options] < update | install | info | remove | list |
clean | provides | search | check-update | groupinstall |
groupupdate | grouplist | groupinfo | groupremove |
- makecache | localinstall | shell >
+ makecache | localinstall | erase | upgrade | whatprovides |
+ localupdate | resolvedep | shell >
Options:
-c [config file] - specify the config file to use
@@ -1396,8 +1397,8 @@
--installroot=[path] - set the install root (default '/')
--version - output the version of yum
--exclude=package to exclude
- --disablerepo=repository id to disable (overrides config file)
- --enablerepo=repository id to enable (overrides config file)
+ --disablerepo=repository glob to disable (overrides config file)
+ --enablerepo=repository glob to enable (overrides config file)
-h, --help - this screen
""")
More information about the Yum-cvs-commits
mailing list