projects
/
ccan
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
opt: correct description, and neaten main header order.
[ccan]
/
ccan
/
opt
/
_info
diff --git
a/ccan/opt/_info
b/ccan/opt/_info
index 0e0e0a538bac42ca4efa175e31c911d2c41c6b1a..e818b2ebdfb5813d7d23b302b691064c187a1979 100644
(file)
--- a/
ccan/opt/_info
+++ b/
ccan/opt/_info
@@
-5,7
+5,7
@@
/**
* opt - simple command line parsing
*
- * Simple but powerful command line parsing
, built on top of getopt_long
.
+ * Simple but powerful command line parsing.
*
* Example:
* #include <ccan/opt/opt.h>