xbps-pkgdb: use EXIT_FAILURE.
--HG-- extra : convert_revision : 0a41128bdf379ca2dfdf1be7053a42e85fddc81a
This commit is contained in:
parent
97ceef46a8
commit
c9d4ea5527
@ -64,7 +64,7 @@ usage(void)
|
|||||||
" $ xbps-pkgdb sanitize-plist /blah/foo.plist\n"
|
" $ xbps-pkgdb sanitize-plist /blah/foo.plist\n"
|
||||||
" $ xbps-pkgdb unregister pkgname 2.0\n"
|
" $ xbps-pkgdb unregister pkgname 2.0\n"
|
||||||
" $ xbps-pkgdb version pkgname\n");
|
" $ xbps-pkgdb version pkgname\n");
|
||||||
exit(1);
|
exit(EXIT_FAILURE);
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
int
|
||||||
|
Loading…
x
Reference in New Issue
Block a user