]> git.ozlabs.org Git - ccan/blobdiff - ccan/opt/_info
opt: correct description, and neaten main header order.
[ccan] / ccan / opt / _info
index c45b7f28b7653949172ff88211587f91586ebc27..e818b2ebdfb5813d7d23b302b691064c187a1979 100644 (file)
@@ -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>
@@ -49,7 +49,7 @@
  *     return 0;
  * }
  *
- * Licence: GPL (3 or any later version)
+ * License: GPL (3 or any later version)
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
@@ -58,6 +58,7 @@ int main(int argc, char *argv[])
                return 1;
 
        if (strcmp(argv[1], "depends") == 0) {
+               printf("ccan/typesafe_cb\n");
                return 0;
        }