aboutsummaryrefslogtreecommitdiffstats
path: root/src/calcurse.1
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2009-07-05 17:55:46 +0000
committerFrederic Culot <calcurse@culot.org>2009-07-05 17:55:46 +0000
commit1bc60debe4058f2f05653d6f281a1045cd8f21f1 (patch)
treeeb1413287f9be9ee1abadf455055a9a5ac8b5502 /src/calcurse.1
parent9dce4c534ee38b1d0c23ebe7d8c08670114bffa4 (diff)
downloadcalcurse-1bc60debe4058f2f05653d6f281a1045cd8f21f1.tar.gz
calcurse-1bc60debe4058f2f05653d6f281a1045cd8f21f1.zip
manpage updated with the -S flag description
Diffstat (limited to 'src/calcurse.1')
-rwxr-xr-xsrc/calcurse.110
1 files changed, 8 insertions, 2 deletions
diff --git a/src/calcurse.1 b/src/calcurse.1
index d4d0ebf..2c8f5ad 100755
--- a/src/calcurse.1
+++ b/src/calcurse.1
@@ -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
.\"
@@ -18,7 +18,7 @@
.\" Boston, MA 02111-1307, USA.
.\"
.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
Calcurse \- text-based organizer
.SH SYNOPSIS
@@ -30,6 +30,7 @@ Calcurse \- text-based organizer
[\fB-d\fP <\fIdate\fP>|<\fInum\fP>]
.br
[\fB-s\fP[\fIdate\fP]] [\fB-r\fP[\fIrange\fP]]
+[\fB-S\fP <\fIregex\fP>]
.br
.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.
If no \fIdate\fP is given, the current day is considered.
.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]
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.