summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2014-02-13 14:47:34 +0100
committerMichael Vogt <mvo@debian.org>2014-02-13 14:47:34 +0100
commit52090faab4401ad6a2acb4d2c0c2cb53aa6b8f7f (patch)
tree11a3d7f0cc9e55d8e93afe33e4f03b5227cc177a
parent28b4b983d95fa742a5431547285a748e8b856399 (diff)
trivial indent fix
-rw-r--r--cmdline/apt.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdline/apt.cc b/cmdline/apt.cc
index 6ad470faa..7ef9060aa 100644
--- a/cmdline/apt.cc
+++ b/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"
);