diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/sdtui.1.xml | 13 | 
1 files changed, 3 insertions, 10 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 @@  		<arg choice="opt" rep="repeat">  			<option><replaceable>OPTION</replaceable></option>  		</arg> -		<arg choice="plain"> +		<arg choice="opt" rep="repeat">  			<replaceable>dictionary.ifo</replaceable>  		</arg>  	</cmdsynopsis> @@ -39,20 +39,13 @@ for viewing translation dictionaries, using a simple curses-based terminal UI.  <para>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.</para> -<para>Future versions may additionally show a list of dictionaries available in -preset search paths on startup.</para> +<para>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.</para>  </refsect1>  <refsect1><title>Options</title>  <variablelist>  	<varlistentry> -		<term><option>-w</option>, <option>--watch-primary-selection=TIMER</option></term> -		<listitem><para> -		watch the value of the primary selection for input -		</para></listitem> -	</varlistentry> - -	<varlistentry>  		<term><option>-h</option>, <option>--help</option></term>  		<listitem><para>  		show help options | 
