diff options
author | David Kalnischkies <david@kalnischkies.de> | 2024-01-19 15:47:49 +0000 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2024-01-19 17:27:52 +0000 |
commit | 87ce5f60e70c32dcefc46692212c7405d79703c3 (patch) | |
tree | eb92e090d3960fa00d7d1670cea41454c82d7353 | |
parent | 3663365969a496e590bc70f448dbdf0bec52f2a2 (diff) |
Remove erroneous -a flag from apt-get synopsis in manpage
The -a flag exists for apt-cache (--all-versions) and -a=arch is
actually an (also documented) option to set host architecture – as the
apt-get manpage documents further below setting a host arch makes sense
only for those commands that actually need one set like source and
build-dep, so other commands keep refusing the option as unsupported as
they should be.
So this commit does indeed just remove a single character from
documentation with no other practical effect.
See: #1061148
-rw-r--r-- | doc/apt-verbatim.ent | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/apt-verbatim.ent b/doc/apt-verbatim.ent index 09e54f39e..910f66671 100644 --- a/doc/apt-verbatim.ent +++ b/doc/apt-verbatim.ent @@ -324,7 +324,7 @@ </cmdsynopsis></refsynopsisdiv>"> <!ENTITY synopsis-command-apt-get "<refsynopsisdiv><cmdsynopsis> <command>apt-get</command> - <arg><option>-asqdyfmubV</option></arg> + <arg><option>-sqdyfmubV</option></arg> &synopsis-arg-option; &synopsis-arg-config; &synopsis-arg-target-release; |