diff options
Diffstat (limited to 'cmdline/apt-config.cc')
-rw-r--r-- | cmdline/apt-config.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdline/apt-config.cc b/cmdline/apt-config.cc index 8442161d3..c364b8cdf 100644 --- a/cmdline/apt-config.cc +++ b/cmdline/apt-config.cc @@ -82,7 +82,7 @@ bool ShowHelp(CommandLine &) /*{{{*/ _("Usage: apt-config [options] command\n" "\n" "apt-config is an interface to the configuration settings used by\n" - "all APT tools to be used mainly in debugging and shell scripting.\n"); + "all APT tools, mainly intended for debugging and shell scripting.\n"); return true; } /*}}}*/ |