diff options
author | Ben Woodard <woodard@redhat.com> | 2022-04-19 10:00:54 -0700 |
---|---|---|
committer | Dodji Seketeli <dodji@redhat.com> | 2022-05-02 17:19:02 +0200 |
commit | f52c0ba41654a5ea7baa1be4fdaaefa18a94ae47 (patch) | |
tree | b07f1c94a30f198f93ff284a87e669f2292e7165 | |
parent | ctf-reader: Add support to undefined forward declaration types (diff) | |
download | libabigail-f52c0ba41654a5ea7baa1be4fdaaefa18a94ae47.tar.gz libabigail-f52c0ba41654a5ea7baa1be4fdaaefa18a94ae47.tar.bz2 libabigail-f52c0ba41654a5ea7baa1be4fdaaefa18a94ae47.tar.xz |
Fix typo in abipkgdiff manpage
Add double dash to option name in man page. A minor typo.
* doc/manuals/abipkgdiff.rst: add missing `--`
Signed-off-by: Ben Woodard <woodard@redhat.com>
Signed-off-by: Dodji Seketeli <dodji@redhat.com>
-rw-r--r-- | doc/manuals/abipkgdiff.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manuals/abipkgdiff.rst b/doc/manuals/abipkgdiff.rst index bc5acb95..c15dc51f 100644 --- a/doc/manuals/abipkgdiff.rst +++ b/doc/manuals/abipkgdiff.rst | |||
@@ -452,7 +452,7 @@ Options | |||
452 | Emit verbose progress messages. | 452 | Emit verbose progress messages. |
453 | 453 | ||
454 | 454 | ||
455 | * ``self-check`` | 455 | * ``--self-check`` |
456 | 456 | ||
457 | This is used to test the underlying Libabigail library. When in | 457 | This is used to test the underlying Libabigail library. When in |
458 | used, the command expects only on input package, along with its | 458 | used, the command expects only on input package, along with its |