aboutsummaryrefslogtreecommitdiff
path: root/spectrogram.c
diff options
context:
space:
mode:
Diffstat (limited to 'spectrogram.c')
-rw-r--r--spectrogram.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/spectrogram.c b/spectrogram.c
index 963de6a..2dd0fb2 100644
--- a/spectrogram.c
+++ b/spectrogram.c
@@ -122,7 +122,7 @@ catch(int notused)
void
usage(void)
{
- fprintf(stderr, "Usage: %s [-hsd]\n", __progname);
+ fprintf(stderr, "Usage: %s [-hd]\n", __progname);
fprintf(stderr, "\t-h\tthis help\n");
fprintf(stderr, "\t-d\tdaemonize\n");
@@ -260,7 +260,6 @@ init_panel(Display *d, Window win, int x, int y, int w, int h, int mirror)
init_pixmap(&p->wfbuf, d, p->wf, p->w, planes);
- /* palettes */
p->maxval = p->s.height;
p->mirror = mirror;