gi-inspect-repository: Change --version argument to --typelib-version

`--version` is conventionally used to find the version of the program
itself. While that’s not currently implemented in
`gi-inspect-repository`, let’s not box ourselves into a corner.

Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
Philip Withnall
2024-02-08 14:43:00 +00:00
parent 268871426a
commit 8248382d8b
2 changed files with 4 additions and 1 deletions

View File

@@ -90,3 +90,6 @@ your code if integer type warnings are enabled.
| `g-ir-generate` | `gi-decompile-typelib` |
| `g-ir-inspect` | `gi-inspect-typelib` |
In addition, the `--version` option for `g-ir-inspect` has been renamed to
`--typelib-version` in `gi-inspect-typelib`.