kopia lustrzana https://gitlab.com/sane-project/backends
scanimage: mention when an option is advanced
rodzic
0ef485d189
commit
a6ffa6c8f8
|
@ -633,6 +633,9 @@ print_option (SANE_Device * device, int opt_num, const SANE_Option_Descriptor *o
|
|||
else if(!(opt->cap & SANE_CAP_SOFT_SELECT) && (opt->cap & SANE_CAP_SOFT_DETECT))
|
||||
fputs (" [read-only]", stdout);
|
||||
|
||||
else if (opt->cap & SANE_CAP_ADVANCED)
|
||||
fputs (" [advanced]", stdout);
|
||||
|
||||
fputs ("\n ", stdout);
|
||||
|
||||
column = 8;
|
||||
|
|
Ładowanie…
Reference in New Issue