Browse Source

Mention amiwm in the --help message

pull/10/merge
George Vlahavas 6 years ago
parent
commit
ae2952675a
  1. 4
      src/xdgmenumaker

4
src/xdgmenumaker

@ -256,8 +256,8 @@ 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, fluxbox,') print(' Valid options are amiwm, blackbox, compizboxmenu,')
print(' fvwm, twm, icewm, jwm, windowmaker and pekwm') print(' fluxbox, fvwm, twm, 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 or amiwm') print(' menus. Does not work with windowmaker or amiwm')
print(' --no-svg Do not use SVG icons even for WMs that support it') print(' --no-svg Do not use SVG icons even for WMs that support it')

Loading…
Cancel
Save