]> sourceware.org Git - libabigail.git/commit
abilint: fix trivial typo when using abilint
authortangmeng <tangmeng@uniontech.com>
Fri, 29 Oct 2021 01:41:29 +0000 (09:41 +0800)
committerDodji Seketeli <dodji@redhat.com>
Tue, 2 Nov 2021 08:41:39 +0000 (09:41 +0100)
commitcf70e8698a15212bd6ab5223217dd080e033746e
treed4806d8a93596ba2ed90c02190d97988f26477e6
parent5c67169668831a73160ffc5fbf330d0854182c8c
abilint: fix trivial typo when using abilint

When using the abilint command, several problems were found:
1.When abilint prints its version information, it does not terminate
it with a newline.
2.There is a spelling error, the path is mistakenly written as patch.
3.There are extra fields in the help option.
4.Inappropriate and confusing option description.

* tools/abilint.cc (display_usage): Correct the errors and
redundant content in the help information.
(main): Add a newline after version string.

Signed-off-by: tangmeng <tangmeng@uniontech.com>
Signed-off-by: Dodji Seketeli <dodji@redhat.com>
tools/abilint.cc
This page took 0.032852 seconds and 5 git commands to generate.