]> git.ozlabs.org Git - ccan/blobdiff - ccan/opt/_info
opt: suggest they look at ccan/autodata.
[ccan] / ccan / opt / _info
index a464e951e058a1686cdd522281191e70cdfcc8e5..afd6e19b1551fa7522567ef4954eb272cde44498 100644 (file)
@@ -7,6 +7,9 @@
  *
  * Simple but powerful command line parsing.
  *
+ * See Also:
+ *     ccan/autodata
+ *
  * Example:
  * #include <ccan/opt/opt.h>
  * #include <stdio.h>
@@ -49,7 +52,7 @@
  *     return 0;
  * }
  *
- * License: GPL (3 or any later version)
+ * License: GPL (v3 or any later version)
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])