From 0e9ef66a78912983e78ec9d29933b58d04bd5750 Mon Sep 17 00:00:00 2001 From: Jan Kupec Date: Tue, 31 Jul 2007 11:42:17 +0000 Subject: [PATCH] - fixed typo in the help (#295980) --- doc/zypper.8 | 2 +- src/zypper.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/zypper.8 b/doc/zypper.8 index a3dd17d..35123ea 100644 --- a/doc/zypper.8 +++ b/doc/zypper.8 @@ -211,7 +211,7 @@ Add a new repository specified by URI and assign specified alias to it. Read URI and alias from specified .repo file .TP \fI\-t, \-\-type\fR -Type of repository (YaST, YUM, or Plaindir). +Type of repository (YaST, YUM, or plaindir). .TP \fI\-d, \-\-disabled\fR Add the repository as disabled. diff --git a/src/zypper.cc b/src/zypper.cc index 8f0f1ee..daea702 100644 --- a/src/zypper.cc +++ b/src/zypper.cc @@ -331,7 +331,7 @@ int one_command(const ZypperCommand & command, int argc, char **argv) " Command options:\n" "\t--repo,-r \tRead the URL and alias from a file\n" "\t\t\t\t(even remote)\n" - "\t--type,-t \tType of repository (YaST, YUM, or Plaindir)\n" + "\t--type,-t \tType of repository (YaST, YUM, or plaindir)\n" "\t--disabled,-d\t\tAdd the repository as disabled\n" "\t--no-refresh,-n\t\tAdd the repository with auto-refresh disabled\n" ); -- 2.7.4