Commit 1eabc6d7 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Emit --optstring documentation in VUT's --options

parent 39741c03
......@@ -489,5 +489,8 @@ vut_options(const struct vopt_spec *voc)
for (i = 0; i < voc->vopt_list_n; i++)
print_opt(&voc->vopt_list[i]);
printf("--optstring\n"
"\tPrint the optstring parameter to ``getopt(3)`` to help"
" writing wrapper scripts.\n\n");
return (0);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment