aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <thomasvoss@live.com> 2022-09-23 20:21:35 +0200
committerThomas Voss <thomasvoss@live.com> 2022-09-23 20:21:35 +0200
commit00ab2a237a9685944ce8ba7330ac07e84439a50d (patch)
tree209deb1d0b907d73fe1045cde7e8de560ba5256b
parent97c37ebd708816e119fbabc18a23b9e5380d5071 (diff)
Document -G in the usage string
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 304c925..3a839a2 100644
--- a/main.c
+++ b/main.c
@@ -108,6 +108,6 @@ parsedouble(char *s)
void
usage(char *s)
{
- fprintf(stderr, "Usage: %s [-g | -dDiIsS val]\n", s);
+ fprintf(stderr, "Usage: %s [-gG | -dDiIsS val]\n", s);
exit(EXIT_FAILURE);
}