manpage updated with the -S flag description

This commit is contained in:
Frederic Culot 2009-07-05 17:55:46 +00:00
parent 9dce4c534e
commit 1bc60debe4
2 changed files with 10 additions and 2 deletions

View File

@ -10,6 +10,8 @@
to Erik for providing the patch) to Erik for providing the patch)
* README: Erik Saule added to the list of contributors * README: Erik Saule added to the list of contributors
* src/calcurse.1: manpage updated with the -S flag description
2009-06-28 Frederic Culot <frederic@culot.org> 2009-06-28 Frederic Culot <frederic@culot.org>

View File

@ -1,4 +1,4 @@
.\" $calcurse: calcurse.1,v 1.14 2009/06/27 09:37:58 culot Exp $ .\" $calcurse: calcurse.1,v 1.15 2009/07/05 17:55:46 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 "June 27, 2009" "Version 2.6" "Calcurse Manual" .TH CALCURSE 1 "July 05, 2009" "Version 2.6" "Calcurse Manual"
.SH NAME .SH NAME
Calcurse \- text-based organizer Calcurse \- text-based organizer
.SH SYNOPSIS .SH SYNOPSIS
@ -30,6 +30,7 @@ Calcurse \- text-based organizer
[\fB-d\fP <\fIdate\fP>|<\fInum\fP>] [\fB-d\fP <\fIdate\fP>|<\fInum\fP>]
.br .br
[\fB-s\fP[\fIdate\fP]] [\fB-r\fP[\fIrange\fP]] [\fB-s\fP[\fIdate\fP]] [\fB-r\fP[\fIrange\fP]]
[\fB-S\fP <\fIregex\fP>]
.br .br
.SH DESCRIPTION .SH DESCRIPTION
@ -122,6 +123,11 @@ and exit. If no \fInum\fP is given, a range of 1 day is considered.
Print events and appointments from \fIdate\fP and exit. Print events and appointments from \fIdate\fP and exit.
If no \fIdate\fP is given, the current day is considered. If no \fIdate\fP is given, the current day is considered.
.TP .TP
\fB-S\fP<regex>, \fB--search\fP=<regex>
When used with the '-a', '-d', '-r', '-s', or '-t' flag,
print only the items having a description that matches the given
regular expression.
.TP
\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.