diff --git a/include/xbps_api.h b/include/xbps_api.h index 2c3d8bf3..acdc4c56 100644 --- a/include/xbps_api.h +++ b/include/xbps_api.h @@ -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