Subversion Repositories pub

Compare Revisions

Ignore whitespace Rev 136 → Rev 137

/relevation/branches/0.3/manpage.sgml
15,7 → 15,7
<!ENTITY dhfirstname "<firstname>Toni</firstname>">
<!ENTITY dhsurname "<surname>Corvera</surname>">
<!-- Please adjust the date whenever revising the manpage. -->
<!ENTITY dhdate "<date>June 27, 2011</date>">
<!ENTITY dhdate "<date>June 28, 2011</date>">
<!ENTITY dhsection "<manvolnum>1</manvolnum>">
<!ENTITY dhemail "<email>outlyer@gmail.com</email>">
<!ENTITY dhusername "Toni Corvera">
52,19 → 52,9
<refsynopsisdiv>
<cmdsynopsis>
<command>&dhpackage;</command>
<arg choice="opt"><option>options</option></arg>
<arg choice="opt"><replaceable>search string</replaceable> <arg choice="opt"><replaceable>...</replaceable></arg></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>&dhpackage;</command>
<group><option> -f <replaceable>/path/to/file.</replaceable></option></group>
 
<group><option> -p <replaceable>password</replaceable></option></group>
 
<arg><option><replaceable>search string</replaceable></option></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>&dhpackage;</command>
<arg><option><replaceable>search string</replaceable></option></arg>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1>
<title>DESCRIPTION</title>
75,7 → 65,7
 
<para>With a search string, only entries that match the search string in any of its fields will be printed.</para>
 
<para>When no search string is provided the whole, unencrypted, XML file will be printed.</para>
<para>When no search string is provided the whole list of entries will be printed.</para>
 
</refsect1>
<refsect1>
108,6 → 98,15
</listitem>
</varlistentry>
<varlistentry>
<term><option>-t <replaceable>type</replaceable></option>, <option>--type=<replaceable>type</replaceable></option></term>
<listitem>
<para>Print only entries of a certain type.</para>
<para>Known types: creditcard, cryptokey, database, door, email, folder, ftp, generic, phone, shell, website.</para>
<para>If preceded by a slash it will be negated, i.e. `-website' will select entries that are not of type website.</para>
<para>When searching for a string, folders are skipped (equivalent to `--type=-folder').</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-i</option>, <option>--case-insensitive</option>
</term>
<listitem>
142,7 → 141,7
<term><option>--version</option>
</term>
<listitem>
<para>Show version of program.</para>
<para>Show version information for &dhpackage;.</para>
</listitem>
</varlistentry>
</variablelist>