Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mm2/Little-CMS.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarti Maria <marti.maria@littlecms.com>2022-08-22 15:39:29 +0300
committerMarti Maria <marti.maria@littlecms.com>2022-08-22 15:39:29 +0300
commit7600d91699256c0b2929023700c41772e8b61a99 (patch)
tree47b0ab4052e66c131fc6d7004e9099052621dd79
parent3ce1aa787e1b6749b4454a5172de8b8f24175deb (diff)
missing\n on help
A minor typo
-rw-r--r--utils/tificc/tificc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/tificc/tificc.c b/utils/tificc/tificc.c
index 7b8e895..28d8dc0 100644
--- a/utils/tificc/tificc.c
+++ b/utils/tificc/tificc.c
@@ -1005,7 +1005,7 @@ void Help(int level)
fprintf(stderr, "-p<profile> - Soft proof profile\n");
fprintf(stderr, "-m<n> - Soft proof intent\n");
- fprintf(stderr, "\tThat is the intent used to translate the simulation to the output device.\n\tNote that the simulated intent is set by using -t not by -m");
+ fprintf(stderr, "\tThat is the intent used to translate the simulation to the output device.\n\tNote that the simulated intent is set by using -t not by -m\n");
fprintf(stderr, "-g - Marks out-of-gamut colors on softproof\n");
fprintf(stderr, "\n");