Re: [PATCH weston 1/6] shared/option-parser: Allow spaced options

2013-04-26 Thread Quentin Glidic
On 23/04/2013 17:05, Bill Spitzak wrote: On 04/23/2013 05:54 AM, Quentin Glidic wrote: +You can specify short options having an argument with a following space. Long +options with argument can be specified either with or without an equal sign. -static void +static bool handle_option(const

Re: [PATCH weston 1/6] shared/option-parser: Allow spaced options

2013-04-23 Thread Bill Spitzak
On 04/23/2013 05:54 AM, Quentin Glidic wrote: +You can specify short options having an argument with a following space. Long +options with argument can be specified either with or without an equal sign. -static void +static bool handle_option(const struct weston_option *option, char *value)

[PATCH weston 1/6] shared/option-parser: Allow spaced options

2013-04-23 Thread Quentin Glidic
From: Quentin Glidic Signed-off-by: Quentin Glidic --- man/weston.man | 3 +++ shared/option-parser.c | 25 - 2 files changed, 19 insertions(+), 9 deletions(-) diff --git a/man/weston.man b/man/weston.man index 39d854b..a25e619 100644 --- a/man/weston.man +++ b