X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fwimlib.h;h=00e81e902f5421ba2ce0b858219da76058fd6c80;hp=648345a5236bdd1655af4c16897485b1bc2776da;hb=cbaca94ca219aae5ae32a1f083659e1fa421f676;hpb=9ec9035ce7e154dae21acad0328374c5d3b26e2f diff --git a/src/wimlib.h b/src/wimlib.h index 648345a5..00e81e90 100644 --- a/src/wimlib.h +++ b/src/wimlib.h @@ -1216,8 +1216,8 @@ extern void wimlib_print_wim_information(const WIMStruct *wim); * A string specifying which image. If it begins with a number, it is * taken to be a string specifying the image number. Otherwise, it is * taken to be the name of an image, as specified in the XML data for the - * WIM file. It also may be the keyword "all", which will resolve to - * ::WIM_ALL_IMAGES. + * WIM file. It also may be the keyword "all" or the string "*", both of + * which will resolve to ::WIM_ALL_IMAGES. * * @return * If the string resolved to a single existing image, the number of that