diff options
author | Frederic Culot <calcurse@culot.org> | 2009-06-27 09:56:20 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2009-06-27 09:56:20 +0000 |
commit | 364496a9a91b711d8195b3ca3b6ca61a2907c1c4 (patch) | |
tree | d4fa13eb4c61bcdedcc9f1a7cf5e9025be8cc325 /doc/manual_en.html | |
parent | ef42d6675dd099a185b3cd2db9df8aa18995ef52 (diff) | |
download | calcurse-364496a9a91b711d8195b3ca3b6ca61a2907c1c4.tar.gz calcurse-364496a9a91b711d8195b3ca3b6ca61a2907c1c4.zip |
html manuals updated
Diffstat (limited to 'doc/manual_en.html')
-rwxr-xr-x | doc/manual_en.html | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/manual_en.html b/doc/manual_en.html index 3ab5021..7e13671 100755 --- a/doc/manual_en.html +++ b/doc/manual_en.html @@ -1,7 +1,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!-- /* - * $calcurse: manual_en.html,v 1.23 2009/01/24 17:57:36 culot Exp $ + * $calcurse: manual_en.html,v 1.24 2009/06/27 09:56:21 culot Exp $ * * Calcurse - text-based organizer * Copyright (c) 2004-2009 Frederic Culot @@ -243,7 +243,7 @@ All of the commands are documented within an online help system. <h2>3.2 Install process<a name="install_process"></a></h2> <p> First you need to gunzip and untar the source archive:</p> - <pre>tar zxvf calcurse-2.5.tar.gz</pre> + <pre>tar zxvf calcurse-2.6.tar.gz</pre> <p> Once you meet the requirements and have extracted the archive, the install process is quite simple, and follows the standard @@ -350,9 +350,10 @@ All of the commands are documented within an online help system. <dd> Print the 'todo' list and exit. If the optional number <code>num</code> is given, then only todos having a priority - equal to <code>num</code> will be returned. - <p class="rq"><span class="valorise">Note:</span> proprity number - must be between 1 (highest) and 9 (lowest).</p> + equal to <code>num</code> will be returned. The priority number + must be between 1 (highest) and 9 (lowest). It is also possible + to specify '0' for the priority, in which case only completed + tasks will be shown.</p> </dd> <dt><code>-v, --version</code></dt> <dd> @@ -1190,7 +1191,7 @@ msgid "" <div class="footer"> Copyright © 2004-2009 Frédéric Culot<br> - Calcurse version 2.5 - Last change: January 24, 2009<br> + Calcurse version 2.6 - Last change: June 27, 2009<br> </div> </div> |