summaryrefslogtreecommitdiff
path: root/cmdline/apt-helper.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cmdline/apt-helper.cc')
-rw-r--r--cmdline/apt-helper.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdline/apt-helper.cc b/cmdline/apt-helper.cc
index 1c67594b9..176a67e03 100644
--- a/cmdline/apt-helper.cc
+++ b/cmdline/apt-helper.cc
@@ -112,7 +112,7 @@ bool ShowHelp(CommandLine &) /*{{{*/
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
- "e.g. the same proxy configuration or acquire system as APT would do.\n");
+ "e.g. the same proxy configuration or acquire system as APT would.\n");
return true;
}
/*}}}*/