diff options
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | src/main.c | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -5,6 +5,7 @@ (print_help): add --display option. Add text to demonstrate --display and --command take an argument. (ratpoison_longopts): add display. + (ratpoison_opts): add 'd' * src/manage.c (get_wmname): add debugging output to print returned elements from X11 call. @@ -97,7 +97,7 @@ static struct option ratpoison_longopts[] = {"display", required_argument, 0, 'd'}, {0, 0, 0, 0} }; -static char ratpoison_opts[] = "hvc:"; +static char ratpoison_opts[] = "hvcd:"; void fatal (const char *msg) |