Fix for modules which take no options at all. Getopt() was terminating the
commit72948b2751a4394823636acd3c076445122ffa61
authorbjk <bjk>
Sat, 30 Jul 2005 15:46:52 +0000 (30 15:46 +0000)
committerbjk <bjk>
Sat, 30 Jul 2005 15:46:52 +0000 (30 15:46 +0000)
tree7bb93a4d29c416921bfe4d767ad647e01e39bbfe
parent90bc7256a05bde500b1d719b263ee27edbef15bc
Fix for modules which take no options at all. Getopt() was terminating the
options list and treating other options as arguments.

Verbosity (-v) is done per-module unless specified twice (-vv).
src/ui.c
src/ui.h