docs synopses: use ellipsis with singular words

We use plural "*OPTIONS*" more often than "*OPTION*...", so let's do
that everywhere.

In some other places where we do have an ellipsis, make sure to use
singular, since the ellipsis already means repetition.  This change
is incomplete, and I'm not sure if this is worth it, since it's
subjective, so I might drop it.
This commit is contained in:
Johannes Altmanninger
2022-01-09 09:42:36 +01:00
parent f8e8c23ac3
commit be451091d4
6 changed files with 8 additions and 8 deletions

View File

@@ -6,8 +6,8 @@ builtin - run a builtin command
Synopsis
--------
| **builtin** [*OPTIONS* ...] *BUILTINNAME*
| **builtin** --query *BUILTINNAMES* ...
| **builtin** [*OPTIONS*] *BUILTINNAME*
| **builtin** --query *BUILTINNAME* ...
Description
-----------