The
'about'
command provides generic information about the
kyua(1)
tool.
In the default synopsis form (no arguments), the information printed
includes:
- The name of the package, which is
'kyua'.
- The version number, which is
'0.13'.
- License information.
- Authors information.
- A link to the project web site.
You can customize the information printed by this command by specifying
the desired topic as the single argument to the command.
This can be one of:
| authors
|
Displays the list of authors and contributors only.
|
| license
|
Displays the license information and the list of copyrights.
|
| version
|
Displays the package name and the version number in a format that is
compatible with the output of GNU tools that support a
--version
flag.
Use this whenever you have to query the version number of the package.
|