https://bugzilla.novell.com/show_bug.cgi?id=652413 https://bugzilla.novell.com/show_bug.cgi?id=652413#c0 Summary: zypper full command vs. small command Classification: openSUSE Product: openSUSE 11.3 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Minor Priority: P5 - None Component: Documentation AssignedTo: thomas.schraitle@novell.com ReportedBy: kkemenczy@novell.com QAContact: ke@novell.com Found By: --- Blocker: --- Same issue as before with zypper in vs. zypper install that could confuse the reader: <screen>zypper repos</screen> <para> or </para> <screen>zypper lr</screen> I would use only the full command line: <screen>zypper repos</screen> ++ <screen>zypper lr -d</screen> should change to <screen>zypper repos -d</screen> ++ <screen>zypper mr -er -p 20 'updates'</screen> should be <screen>zypper modifyrepo -er -p 20 'updates'</screen> ++ <screen>zypper se firefox # simple search for "firefox" zypper se *fire* # using wildcards zypper se -d fire # also search in package descriptions and summaries zypper se -u firefox # only display packages not already installed</screen> should be <screen>zypper search firefox # simple search for "firefox" zypper search *fire* # using wildcards zypper search -d fire # also search in package descriptions and summaries zypper search -u firefox # only display packages not already installed</screen> -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.