]> git.ozlabs.org Git - ccan/commit - ccan/opt/usage.c
opt: Put actual options inside names.
authorRusty Russell <rusty@rustcorp.com.au>
Sun, 3 Oct 2010 11:53:29 +0000 (22:23 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Sun, 3 Oct 2010 11:53:29 +0000 (22:23 +1030)
commitd89e5744f30b584ac4909ce1164af1289c41359b
tree95e628e0628836956bcc9ce1a9388a9628ac7d9b
parentf8b1841d26dabd23c053f5fc61dbd1536cdad43c
opt: Put actual options inside names.

This is more explicit than separate short and long (great for grep!) and
simpler.
ccan/opt/opt.c
ccan/opt/opt.h
ccan/opt/private.h
ccan/opt/test/run-helpers.c
ccan/opt/test/run-iter.c [new file with mode: 0644]
ccan/opt/test/run-no-options.c [new file with mode: 0644]
ccan/opt/test/run-usage.c
ccan/opt/test/run.c
ccan/opt/test/utils.c
ccan/opt/usage.c