-
Committer:
Matthew Fuller
-
Date:
2016-04-30 18:25:34 UTC
-
Revision ID:
fullermd@over-yonder.net-20160430182534-qpr46w7srmne71fx
Add missing NULL termination to long_options array.
This lets us actually print an error when we give unknown args,
instead of segfaulting deep inside libc. Whoops.