diff options
author | B. Watson <urchlay@slackware.uk> | 2024-12-16 16:36:12 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-12-16 16:36:12 -0500 |
commit | d0ca5c32cd0b3890725df7dd75a807217b8e1810 (patch) | |
tree | 595b7ab49ff18d4e954074ab69ce2950ef7a8d29 /usage.c | |
parent | b952a8a68e0f5dc76b927d1d995cdc10fb4166a0 (diff) | |
download | uxd-d0ca5c32cd0b3890725df7dd75a807217b8e1810.tar.gz |
add -1 option, error checking for parse_number()
Diffstat (limited to 'usage.c')
-rw-r--r-- | usage.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ char *usage_opts[] = { + " -1: don't alternate colors for normal characters.", " -b: bold color output.", " -c nnnn: colors (2 to 4 digits, 0 to 7).", " -h, --help: print this help message.", |