- fixed typo in the help (#295980)
authorJan Kupec <jkupec@suse.cz>
Tue, 31 Jul 2007 11:42:17 +0000 (11:42 +0000)
committerJan Kupec <jkupec@suse.cz>
Tue, 31 Jul 2007 11:42:17 +0000 (11:42 +0000)
doc/zypper.8
src/zypper.cc

index a3dd17d..35123ea 100644 (file)
@@ -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>
-Type of repository (YaST, YUM, or Plaindir).
+Type of repository (YaST, YUM, or plaindir).
 .TP
 \fI\-d, \-\-disabled\fR
 Add the repository as disabled.
index 8f0f1ee..daea702 100644 (file)
@@ -331,7 +331,7 @@ int one_command(const ZypperCommand & command, int argc, char **argv)
       "  Command options:\n"
       "\t--repo,-r <FILE.repo>\tRead the URL and alias from a file\n"
       "\t\t\t\t(even remote)\n"
-      "\t--type,-t <TYPE>\tType of repository (YaST, YUM, or Plaindir)\n"
+      "\t--type,-t <TYPE>\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"
       );