diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2012-06-27 11:59:41 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2012-06-27 11:59:41 +0200 |
commit | decfc011bdc788ff2ee739c4ad961761bb8e9551 (patch) | |
tree | 2427a5d29ba55f3ce959a380ce42eb457d388558 /cmdline/apt-mark.cc | |
parent | 826c34198609fc92ca6deeb99104ecc8d4a7b706 (diff) | |
parent | 3999d15854b1c2181c12bdd0b855a09b071531ba (diff) |
merged from lp:~donkult/apt/sid
Diffstat (limited to 'cmdline/apt-mark.cc')
-rw-r--r-- | cmdline/apt-mark.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdline/apt-mark.cc b/cmdline/apt-mark.cc index 2d5eed29d..2a093c55a 100644 --- a/cmdline/apt-mark.cc +++ b/cmdline/apt-mark.cc @@ -367,7 +367,7 @@ bool ShowHelp(CommandLine &CmdL) _("Usage: apt-mark [options] {auto|manual} pkg1 [pkg2 ...]\n" "\n" "apt-mark is a simple command line interface for marking packages\n" - "as manual or automatical installed. It can also list marks.\n" + "as manually or automatically installed. It can also list marks.\n" "\n" "Commands:\n" " auto - Mark the given packages as automatically installed\n" |