summaryrefslogtreecommitdiff
path: root/util/options.cc
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2012-11-13 15:15:09 -0800
committerBehdad Esfahbod <behdad@behdad.org>2012-11-13 15:15:09 -0800
commit78d41d8d69142ae95928b51215c0c0c5e3f5b3f0 (patch)
tree17173c8c8218cf74c15c26bf803b88d7fc2b7ac6 /util/options.cc
parent321f73c16efa0730c96e001d65268f4927a0f735 (diff)
downloadharfbuzz-78d41d8d69142ae95928b51215c0c0c5e3f5b3f0.tar.gz
Minor
Diffstat (limited to 'util/options.cc')
-rw-r--r--util/options.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/options.cc b/util/options.cc
index ef07e9fe..b9f1538f 100644
--- a/util/options.cc
+++ b/util/options.cc
@@ -349,7 +349,7 @@ text_options_t::add_options (option_parser_t *parser)
GOptionEntry entries[] =
{
{"text", 0, 0, G_OPTION_ARG_STRING, &this->text, "Set input text", "string"},
- {"text-file", 0, 0, G_OPTION_ARG_STRING, &this->text_file, "Set input text file-name\n\n If no text is provided, standard input is used for input.", "filename"},
+ {"text-file", 0, 0, G_OPTION_ARG_STRING, &this->text_file, "Set input text file-name\n\n If no text is provided, standard input is used for input.\n", "filename"},
{"text-before", 0, 0, G_OPTION_ARG_STRING, &this->text_before, "Set text context before each line", "string"},
{"text-after", 0, 0, G_OPTION_ARG_STRING, &this->text_after, "Set text context after each line", "string"},
{NULL}