Przeglądaj źródła

cmdline/apt-get.cc: add download/changelog to usage

Michael Vogt 15 lat temu
rodzic
commit
5f967f2d48
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      cmdline/apt-get.cc

+ 2 - 0
cmdline/apt-get.cc

@@ -3041,6 +3041,8 @@ bool ShowHelp(CommandLine &CmdL)
       "   check - Verify that there are no broken dependencies\n"
       "   check - Verify that there are no broken dependencies\n"
       "   markauto - Mark the given packages as automatically installed\n"
       "   markauto - Mark the given packages as automatically installed\n"
       "   unmarkauto - Mark the given packages as manually installed\n"
       "   unmarkauto - Mark the given packages as manually installed\n"
+      "   changelog - Download and display the changelog for the given package\n"
+      "   download - Download the binary package into the current directory\n"
       "\n"
       "\n"
       "Options:\n"
       "Options:\n"
       "  -h  This help text.\n"
       "  -h  This help text.\n"