summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbehdad <behdad>2002-06-16 17:52:17 +0000
committerbehdad <behdad>2002-06-16 17:52:17 +0000
commit26108204c0e923f4767fbc7624783cb0a7d89a02 (patch)
tree446378e5fe9e15436348c8b3efce380dee47a95f
parent72d3163c704cd4f1b7527461e259ba946a48b9ba (diff)
Small fix.
-rw-r--r--fribidi_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fribidi_main.c b/fribidi_main.c
index a962bee..3b2a359 100644
--- a/fribidi_main.c
+++ b/fribidi_main.c
@@ -96,7 +96,7 @@ help (void)
char_set);
#else
printf (" -c, --charset CS Specify character set, default is %s\n"
- " -C, --charsetdesc CS Show descriptions for character set CS and exit\n"
+ " --charsetdesc CS Show descriptions for character set CS and exit\n"
" --caprtl Old style: set character set to CapRTL\n",
char_set);
#endif