Browse Source

Add missing parenthesis

Removed by mistake
pull/8/head
George Vlahavas 9 years ago
parent
commit
56fe1a136e
  1. 2
      src/xdgmenumaker

2
src/xdgmenumaker

@ -200,7 +200,7 @@ def usage():
print() print()
print('OPTIONS:') print('OPTIONS:')
print(' -f, --format the output format to use.') 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(' fluxbox, icewm, jwm, windowmaker and pekwm')
print(' -i, --icons enable support for icons in the') print(' -i, --icons enable support for icons in the')
print(' menus. Does not work with windowmaker') print(' menus. Does not work with windowmaker')

Loading…
Cancel
Save