--- yum-2.1.0.orig/cli.py 2004-08-31 08:40:42.000000000 +0200 +++ yum-2.1.0/cli.py 2004-08-31 15:40:51.927095720 +0200 @@ -791,21 +791,21 @@ class YumBaseCli(yum.YumBase): def usage(self): print _(""" - Usage: yum [options] + Usage: yum [options] < update | install | info | remove | list | + clean | provides | search | check-update | groupinstall | + groupupdate | grouplist | generate-rss > Options: -c [config file] - specify the config file to use -e [error level] - set the error logging level -d [debug level] - set the debugging level - -y answer yes to all questions - -R [time in minutes] - set the max amount of time to randomly run in. + -y - answer yes to all questions + -R [time in minutes] - set the max amount of time to randomly run in -C run from cache only - do not update the cache --installroot=[path] - set the install root (default '/') --version - output the version of yum --rss-filename=[path/filename] - set the filename to generate rss to - -h, --help this screen + -h, --help - this screen """) sys.exit(1)