- missing dots
authorJan Kupec <jkupec@suse.cz>
Mon, 21 Apr 2008 10:32:21 +0000 (10:32 +0000)
committerJan Kupec <jkupec@suse.cz>
Mon, 21 Apr 2008 10:32:21 +0000 (10:32 +0000)
src/zypper.cc

index 25b9e3b..4330e38 100644 (file)
@@ -1286,14 +1286,14 @@ void Zypper::processCommandOptions()
     _command_help = _(
       "search [options] [querystring...]\n"
       "\n"
-      "Search for packages matching given search strings\n"
+      "Search for packages matching given search strings.\n"
       "\n"
       "  Command options:\n"
-      "    --match-all            Search for a match with all search strings (default)\n"
-      "    --match-any            Search for a match with any of the search strings\n"
-      "    --match-substrings     Search for a match to partial words (default)\n"
-      "    --match-words          Search for a match to whole words only\n"
-      "    --match-exact          Searches for an exact package name\n"
+      "    --match-all            Search for a match with all search strings (default).\n"
+      "    --match-any            Search for a match with any of the search strings.\n"
+      "    --match-substrings     Search for a match to partial words (default).\n"
+      "    --match-words          Search for a match to whole words only.\n"
+      "    --match-exact          Searches for an exact package name.\n"
       "-d, --search-descriptions  Search also in package summaries and descriptions.\n"
       "-C, --case-sensitive       Perform case-sensitive search.\n"
       "-i, --installed-only       Show only packages that are already installed.\n"