aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-08-25 13:49:44 +0200
committerMattias Andrée <maandree@kth.se>2016-08-25 13:49:44 +0200
commit15d47963434f4069d921986fcaf042454a5cd51e (patch)
treed088b17d3de85f7d7f08293c80ff8b2a68f4d907
parentAdd cg-remove (diff)
downloadcg-tools-15d47963434f4069d921986fcaf042454a5cd51e.tar.gz
cg-tools-15d47963434f4069d921986fcaf042454a5cd51e.tar.bz2
cg-tools-15d47963434f4069d921986fcaf042454a5cd51e.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--src/cg-brilliance.c2
-rw-r--r--src/cg-darkroom.c2
-rw-r--r--src/cg-gamma.c2
-rw-r--r--src/cg-limits.c2
-rw-r--r--src/cg-negative.c2
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);
}