changed method of processing arguments to be a bit easier to maintain
This commit is contained in:
@@ -31,6 +31,9 @@
|
||||
struct cmd_arg{
|
||||
const char* lopt;
|
||||
const char* sopt;
|
||||
#ifdef XBACKLIGHT_COMPAT_OPTIONS
|
||||
const char* xopt;
|
||||
#endif
|
||||
const char* desc;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user