diff options
author | Mattias Andrée <m@maandree.se> | 2024-10-16 20:50:39 +0200 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2024-10-16 20:50:39 +0200 |
commit | 7eaf59fc64fa337f7c5915ba81adc8a0bbb64414 (patch) | |
tree | b780edaa947e5adc10e5296607d2dbf86df23293 /radharc.c | |
parent | Update e-mail (diff) | |
download | radharc-7eaf59fc64fa337f7c5915ba81adc8a0bbb64414.tar.gz radharc-7eaf59fc64fa337f7c5915ba81adc8a0bbb64414.tar.bz2 radharc-7eaf59fc64fa337f7c5915ba81adc8a0bbb64414.tar.xz |
m
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'radharc.c')
-rw-r--r-- | radharc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -98,7 +98,7 @@ void usage(void) { fprintf(stderr, - "usage: %s [-M method] [-S site] [-c crtc]... [-R rule] [-p priority]" + "usage: %s [-M method] [-S site] [-c crtc] ... [-R rule] [-p priority]" " [-f fade-in] [-F fade-out] [-h [high-temp][@high-elev]] [-l [low-temp][@low-elev]]" " (-L latitude:longitude | -t temperature [-d] | -x)\n", argv0); exit(1); |