diff options
author | bubulle@debian.org <> | 2008-02-23 08:45:36 +0100 |
---|---|---|
committer | bubulle@debian.org <> | 2008-02-23 08:45:36 +0100 |
commit | 12bffed79329218e2c567d75a54738301b967259 (patch) | |
tree | 4b6fcf4bdb251cc3c9cd8e73a0e68fd5ba4a9699 /cmdline/apt-get.cc | |
parent | 6b22bea32361ef81f0fccd4b6f5491bb98cec394 (diff) |
Fix some strings and unfuzzy translations. Closes: #466845
Diffstat (limited to 'cmdline/apt-get.cc')
-rw-r--r-- | cmdline/apt-get.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc index 11a8b2ef4..be194f2db 100644 --- a/cmdline/apt-get.cc +++ b/cmdline/apt-get.cc @@ -2618,7 +2618,7 @@ bool ShowHelp(CommandLine &CmdL) " upgrade - Perform an upgrade\n" " install - Install new packages (pkg is libc6 not libc6.deb)\n" " remove - Remove packages\n" - " autoremove - Remove all automatic unused packages\n" + " autoremove - Remove automatically all unused packages\n" " purge - Remove and purge packages\n" " source - Download source archives\n" " build-dep - Configure build-dependencies for source packages\n" |