]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-mark.cc
Fix missing </literal> in sources.list.5.xml page
[apt.git] / cmdline / apt-mark.cc
index 66adfd26807525f457543c8536d5db293106d499..132bd7ef6a803e02065657090042e46e910e5d7d 100644 (file)
@@ -286,9 +286,9 @@ bool ShowHelp(CommandLine &)                                                /*{{{*/
     _("Usage: apt-mark [options] {auto|manual} pkg1 [pkg2 ...]\n"
       "\n"
       "apt-mark is a simple command line interface for marking packages\n"
-      "as manually or automatically installed. It is also possible to\n"
-      "manipulate the dpkg(1) selection states of packages with it.\n"
-      "It can also list all packages with or without a certain marking.\n");
+      "as manually or automatically installed. It can also be used to\n"
+      "manipulate the dpkg(1) selection states of packages, and to list\n"
+      "all packages with or without a certain marking.\n");
    return true;
 }
                                                                        /*}}}*/