diff options
-rw-r--r-- | client/client.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/client/client.c b/client/client.c index 7df00bb..df05d34 100644 --- a/client/client.c +++ b/client/client.c @@ -56,10 +56,7 @@ static void usage(FILE *out, const char *name) " -nb, --nb defines the normal background color. ()\n" " -nf, --nf defines the normal foreground color. ()\n" " -sb, --sb defines the selected background color. ()\n" - " -sf, --sf defines the selected foreground color. ()\n" - - - , out); + " -sf, --sf defines the selected foreground color. ()\n", out); exit((out == stderr ? EXIT_FAILURE : EXIT_SUCCESS)); } |