blob: 677674deb8cfe8eb9da2f75e8e4ec70566beeaee (
plain) (
blame)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
 | (xpybar
	(argumented  (options -c --configurations)  (complete --configurations)  (files -f)  (arg FILE)
	(desc 'Select configuration script'))
	(unargumented  (options -h -? --help)  (complete --help)
	(desc 'Print this help information'))
	(unargumented  (options -v --version)  (complete --version)
	(desc 'Print program name and version'))
	(unargumented  (options -C --copying --copyright)  (complete --copying)
	(desc 'Print copyright information'))
	(unargumented  (options -W --warranty)  (complete --warranty)
	(desc 'Print non-warranty information'))
)
 |