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('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')

Loading…
Cancel
Save