From 15d47963434f4069d921986fcaf042454a5cd51e Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 25 Aug 2016 13:49:44 +0200 Subject: m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/cg-brilliance.c | 2 +- src/cg-darkroom.c | 2 +- src/cg-gamma.c | 2 +- src/cg-limits.c | 2 +- src/cg-negative.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/cg-brilliance.c b/src/cg-brilliance.c index 62fe3a2..16b406a 100644 --- a/src/cg-brilliance.c +++ b/src/cg-brilliance.c @@ -73,7 +73,7 @@ void usage(void) { fprintf(stderr, "Usage: %s [-M method] [-S site] [-c crtc]... [-R rule] " - "(-d | [-p priority] [-x] (all | red green blue))\n", + "(-x | [-p priority] [-d] (all | red green blue))\n", argv0); exit(1); } diff --git a/src/cg-darkroom.c b/src/cg-darkroom.c index 417ae6d..8dd92f8 100644 --- a/src/cg-darkroom.c +++ b/src/cg-darkroom.c @@ -63,7 +63,7 @@ void usage(void) { fprintf(stderr, "Usage: %s [-M method] [-S site] [-c crtc]... [-R rule] " - "(-d | [-p priority] [-x] [brightness])\n", + "(-x | [-p priority] [-d] [brightness])\n", argv0); exit(1); } diff --git a/src/cg-gamma.c b/src/cg-gamma.c index 2df133a..682321a 100644 --- a/src/cg-gamma.c +++ b/src/cg-gamma.c @@ -108,7 +108,7 @@ void usage(void) { fprintf(stderr, "Usage: %s [-M method] [-S site] [-c crtc]... [-R rule] " - "(-d | [-p priority] [-x] [-f file | all | red green blue])\n", + "(-x | [-p priority] [-d] [-f file | all | red green blue])\n", argv0); exit(1); } diff --git a/src/cg-limits.c b/src/cg-limits.c index 4b28268..b3a7ed7 100644 --- a/src/cg-limits.c +++ b/src/cg-limits.c @@ -151,7 +151,7 @@ static double* bcontrasts = NULL; void usage(void) { fprintf(stderr, - "Usage: %s [-M method] [-S site] [-c crtc]... [-R rule] (-d | [-p priority] [-x] " + "Usage: %s [-M method] [-S site] [-c crtc]... [-R rule] (-x | [-p priority] [-d] " "([-B brigtness-file] [-C contrast-file] | brightness-all:contrast-all | " "brightness-red:contrast-red brightness-green:contrast-green brightness-blue:contrast-blue))\n", argv0); diff --git a/src/cg-negative.c b/src/cg-negative.c index 462ab88..ef61752 100644 --- a/src/cg-negative.c +++ b/src/cg-negative.c @@ -72,7 +72,7 @@ static int bplus = 0; void usage(void) { fprintf(stderr, - "Usage: %s [-M method] [-S site] [-c crtc]... [-R rule] (-d | [-p priority] [-x] [+rgb])\n", + "Usage: %s [-M method] [-S site] [-c crtc]... [-R rule] (-x | [-p priority] [-d] [+rgb])\n", argv0); exit(1); } -- cgit v1.2.3-70-g09d2