Description of problem: yum check-update Version-Release number of selected component (if applicable): yum-2.4.1-1.fc4 How reproducible: always Steps to Reproduce: 1. open terminal 2. su root 3. try yum check update or yum checkupdate Actual results: doesn't recognize the command yum check update Expected results: Every command in yum is either 2 word connected or a single word. Only check-update has a hyphen Why is this? Additional info: man yum SYNOPSIS yum [options] [command] [package ...] DESCRIPTION yum is an interactive, automated update program which can be used for maintaining systems using rpm command is one of: * install package1 [package2] [...] * update [package1] [package2] [...] * check-update * upgrade [package1] [package2] [...] * remove | erase package1 [package2] [...] * list [...] * info [...] * provides | whatprovides feature1 [feature2] [...] * clean [ packages | headers | metadata | cache | dbcache | all ] * makecache * groupinstall group1 [group2] [...] * groupupdate group1 [group2] [...] * grouplist [hidden] * groupremove group1 [group2] [...] * groupinfo group1 [...] * search string1 [string2] [...] * shell [filename] * resolvedep dep1 [dep2] [...] * localinstall rpmfile1 [rpmfile2] [...] * localupdate rpmfile1 [rpmfile2] [...] * deplist package1 [package2] [...]
*** This bug has been marked as a duplicate of 175196 ***