From 56fe1a136e49130c6630b7fa7e8c6c86c9afd322 Mon Sep 17 00:00:00 2001 From: George Vlahavas Date: Tue, 8 Sep 2015 13:42:39 +0300 Subject: [PATCH] Add missing parenthesis Removed by mistake --- src/xdgmenumaker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xdgmenumaker b/src/xdgmenumaker index 3b1ea69..27374d9 100755 --- a/src/xdgmenumaker +++ b/src/xdgmenumaker @@ -200,7 +200,7 @@ def usage(): print() print('OPTIONS:') print(' -f, --format the output format to use.') - print(' Valid options are blackbox, compizboxmenu,' + print(' Valid options are blackbox, compizboxmenu,') print(' fluxbox, icewm, jwm, windowmaker and pekwm') print(' -i, --icons enable support for icons in the') print(' menus. Does not work with windowmaker')