summaryrefslogtreecommitdiff
path: root/doc/acquire-additional-files.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/acquire-additional-files.txt')
-rw-r--r--doc/acquire-additional-files.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/acquire-additional-files.txt b/doc/acquire-additional-files.txt
index c9bea068f..c55d5fe19 100644
--- a/doc/acquire-additional-files.txt
+++ b/doc/acquire-additional-files.txt
@@ -217,9 +217,9 @@ To get all the filenames of all Translation-en files you can e.g. call:
apt-get indextargets --format '$(FILENAME)' "Identifier: Translations" "Language: en"
The line-based filtering and the formatting is rather crude and feature-
-less by design: The default format is Debians standard format deb822 (in
-particular: Field names are case-insensitive and the order of fields in
-the stanza is undefined), so instead of apt reimplementing powerful
+less by design: The default format is Debian's standard format deb822
+(in particular: Field names are case-insensitive and the order of fields
+in the stanza is undefined), so instead of apt reimplementing powerful
filters and formatting for this command, it is recommend to use piping
and dedicated tools like 'grep-dctrl' if you need more than the basics
provided.