readme prettification
This commit is contained in:
@ -30,5 +30,4 @@ Implemented as a header only library.
|
||||
|
||||
|
||||
**optstring:** Complies with GNU getopt's optstring. That is:
|
||||
|
||||
optstring is a string containing the legitimate option characters. A legitimate option character is any visible one byte ascii(7) character (for which isgraph(3) would return nonzero) that is not '-', ':', or ';'. If such a character is followed by a colon, the option requires an argument [...] Two colons mean an option takes an optional arg [...]
|
||||
*optstring is a string containing the legitimate option characters. A legitimate option character is any visible one byte ascii(7) character (for which isgraph(3) would return nonzero) that is not '-', ':', or ';'. If such a character is followed by a colon, the option requires an argument [...] Two colons mean an option takes an optional arg [...]*
|
||||
|
Reference in New Issue
Block a user