Kaynağa Gözat

apt-mark help shows all commands now

Michael Vogt 12 yıl önce
ebeveyn
işleme
1aef66d5e1
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  1. 5 0
      cmdline/apt-mark.cc

+ 5 - 0
cmdline/apt-mark.cc

@@ -386,6 +386,11 @@ bool ShowHelp(CommandLine &CmdL)
       "Commands:\n"
       "   auto - Mark the given packages as automatically installed\n"
       "   manual - Mark the given packages as manually installed\n"
+      "   hold - Mark a package as held back\n"
+      "   unhold - Unset a package set as held back\n"
+      "   showauto - Print the list of automatically installed packages\n"
+      "   showmanual - Print the list of manually installed packages\n"
+      "   showhold - Print the list of package on hold\n"
       "\n"
       "Options:\n"
       "  -h  This help text.\n"