]> git.ozlabs.org Git - ccan/blobdiff - ccan/opt/_info
opt: Fix -Wmissing-field-initializers warning
[ccan] / ccan / opt / _info
index 0e0e0a538bac42ca4efa175e31c911d2c41c6b1a..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>