forked from ariadne/pkgconf
Fix --exists description in man page (#173)
pkgconf exists with 0 if all modules exist and not the other way around.feature/tap-sh
parent
2156a74afc
commit
b0796cffa3
|
@ -96,7 +96,7 @@ Exit with error if a module's version is not exactly the specified version.
|
||||||
.It Fl -max-version Ns = Ns Ar VERSION
|
.It Fl -max-version Ns = Ns Ar VERSION
|
||||||
Exit with error if a module's version is greater than the specified version.
|
Exit with error if a module's version is greater than the specified version.
|
||||||
.It Fl -exists
|
.It Fl -exists
|
||||||
Exit with a non-zero result if the dependency resolver was able to find all of
|
Exit with a non-zero result if the dependency resolver was unable to find all of
|
||||||
the requested modules.
|
the requested modules.
|
||||||
.It Fl -uninstalled
|
.It Fl -uninstalled
|
||||||
Exit with a non-zero result if the dependency resolver uses an
|
Exit with a non-zero result if the dependency resolver uses an
|
||||||
|
|
Loading…
Reference in New Issue