xbps_api.h: fix some comments.
This commit is contained in:
parent
bdfa81c29d
commit
c4db906a1f
@ -106,14 +106,14 @@
|
||||
/**
|
||||
* @def XBPS_FLAG_VERBOSE
|
||||
* Verbose flag used in xbps_unpack_binary_pkg() (for now).
|
||||
* Must be set through the xbps_set_flags() function.
|
||||
* Must be set through the xbps_init::flags member.
|
||||
*/
|
||||
#define XBPS_FLAG_VERBOSE 0x00000001
|
||||
|
||||
/**
|
||||
* @def XBPS_FLAG_FORCE
|
||||
* Force flag used in xbps_configure_pkg() (for now).
|
||||
* Must be set through the xbps_set_flags() function.
|
||||
* Must be set through the xbps_init::flags member.
|
||||
*/
|
||||
#define XBPS_FLAG_FORCE 0x00000002
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user