From ee378952069a856e09ae4612e9042edd448e343b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Wed, 28 Sep 2016 16:11:56 +0200 Subject: [PATCH] Update documentation --- docs/sdtui.1.xml | 13 +++---------- src/sdtui.c | 2 +- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/docs/sdtui.1.xml b/docs/sdtui.1.xml index 279eed0..393c95c 100644 --- a/docs/sdtui.1.xml +++ b/docs/sdtui.1.xml @@ -26,7 +26,7 @@ - + dictionary.ifo @@ -39,19 +39,12 @@ for viewing translation dictionaries, using a simple curses-based terminal UI. The program expects to find on its command line the path to a dictionary's .ifo file, which contains further information required for loading the dictionary. -Future versions may additionally show a list of dictionaries available in -preset search paths on startup. +Some options as well as dictionaries to load on start by default can be +specified in a configuration file. See the README for an example. Options - - , - - watch the value of the primary selection for input - - - , diff --git a/src/sdtui.c b/src/sdtui.c index 6c4acbb..4487df3 100644 --- a/src/sdtui.c +++ b/src/sdtui.c @@ -1986,7 +1986,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS GError *error = NULL; GOptionContext *ctx = g_option_context_new - (N_("[dictionary.ifo]... - StarDict terminal UI")); + (N_("[dictionary.ifo...] - StarDict terminal UI")); GOptionGroup *group = g_option_group_new ("", "", "", NULL, NULL); g_option_group_add_entries (group, entries); g_option_group_set_translation_domain (group, GETTEXT_PACKAGE);