Fixed some typos in strings.

CVS patchset: 1585
CVS date: 1997/05/02 00:49:42
This commit is contained in:
ewt 1997-05-02 00:49:42 +00:00
parent 4fbd5adc44
commit 5c6641eb47
1 changed files with 3 additions and 3 deletions

6
rpm.c
View File

@ -194,7 +194,7 @@ static void printHelp(void) {
printHelpLine(" --dump ", printHelpLine(" --dump ",
_("show all verifiable information for each file (must be used with -l, -c, or -d)")); _("show all verifiable information for each file (must be used with -l, -c, or -d)"));
printHelpLine(" --provides ", printHelpLine(" --provides ",
_("list capabilbities package provides")); _("list capabilities package provides"));
puts( _(" --requires")); puts( _(" --requires"));
printHelpLine(" -R ", printHelpLine(" -R ",
_("list package dependencies")); _("list package dependencies"));
@ -241,7 +241,7 @@ static void printHelp(void) {
printHelpLine(" --hash ", printHelpLine(" --hash ",
_("print hash marks as package installs (good with -v)")); _("print hash marks as package installs (good with -v)"));
printHelpLine(" --ignorearch ", printHelpLine(" --ignorearch ",
_("don't verify package architecure")); _("don't verify package architecture"));
printHelpLine(" --ignoreos ", printHelpLine(" --ignoreos ",
_("don't verify package operating system")); _("don't verify package operating system"));
printHelpLine(" --includedocs ", printHelpLine(" --includedocs ",
@ -996,7 +996,7 @@ int main(int argc, char ** argv) {
argerror(_("--oldpackage may only be used during upgrades")); argerror(_("--oldpackage may only be used during upgrades"));
if (bigMode != MODE_QUERY && dump) if (bigMode != MODE_QUERY && dump)
argerror(_("--dump may only be used during queryies")); argerror(_("--dump may only be used during queries"));
if (bigMode == MODE_QUERY && dump && !(queryFor & QUERY_FOR_LIST)) if (bigMode == MODE_QUERY && dump && !(queryFor & QUERY_FOR_LIST))
argerror(_("--dump of queries must be used with -l, -c, or -d")); argerror(_("--dump of queries must be used with -l, -c, or -d"));