Explorar el Código

trivial indent fix

Michael Vogt hace 12 años
padre
commit
52090faab4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      cmdline/apt.cc

+ 1 - 1
cmdline/apt.cc

@@ -82,7 +82,7 @@ bool ShowHelp(CommandLine &CmdL)
       " remove  - remove packages\n"
       "\n"
       " upgrade - upgrade the system by installing/upgrading packages\n"
-      "full-upgrade - upgrade the system by removing/installing/upgrading packages\n"
+      " full-upgrade - upgrade the system by removing/installing/upgrading packages\n"
       "\n"
       " edit-sources - edit the source information file\n"
        );