manpage updated

This commit is contained in:
Frederic Culot 2009-06-27 09:37:58 +00:00
parent 18c1a20d37
commit ef42d6675d
2 changed files with 8 additions and 5 deletions

View File

@ -4,7 +4,9 @@
* src/help.c (help_screen): help page updated for the flag command * src/help.c (help_screen): help page updated for the flag command
* src/help.c (help_arg): help updated for the -t command line flag * src/args.c (help_arg): help updated for the -t command line flag
* src/calcurse.1: updated the -t flag description
2009-06-26 Frederic Culot <frederic@culot.org> 2009-06-26 Frederic Culot <frederic@culot.org>

View File

@ -1,4 +1,4 @@
.\" $calcurse: calcurse.1,v 1.13 2009/01/24 17:57:50 culot Exp $ .\" $calcurse: calcurse.1,v 1.14 2009/06/27 09:37:58 culot Exp $
.\" .\"
.\" Copyright (c) 2004-2009 Frederic Culot .\" Copyright (c) 2004-2009 Frederic Culot
.\" .\"
@ -18,7 +18,7 @@
.\" Boston, MA 02111-1307, USA. .\" Boston, MA 02111-1307, USA.
.\" .\"
.fam C .fam C
.TH CALCURSE 1 "January 24, 2009" "Version 2.5" "Calcurse Manual" .TH CALCURSE 1 "June 27, 2009" "Version 2.6" "Calcurse Manual"
.SH NAME .SH NAME
Calcurse \- text-based organizer Calcurse \- text-based organizer
.SH SYNOPSIS .SH SYNOPSIS
@ -125,8 +125,9 @@ If no \fIdate\fP is given, the current day is considered.
\fB-t\fP[num], \fB--todo\fP[=num] \fB-t\fP[num], \fB--todo\fP[=num]
Print the 'todo' list and exit. If the optional number \fInum\fP is given, Print the 'todo' list and exit. If the optional number \fInum\fP is given,
then only todos having a priority equal to \fInum\fP will be returned. then only todos having a priority equal to \fInum\fP will be returned.
.br The priority number must be between 1 (highest) and 9 (lowest). It is also
\fINote:\fP priority number must be between 1 (highest) and 9 (lowest). possible to specify '0' for the priority, in which case only completed
tasks will be shown.
.TP .TP
\fB-v\fP, \fB--version\fP \fB-v\fP, \fB--version\fP
Display calcurse version and exit. Display calcurse version and exit.