about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2007-08-16 09:31:47 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2007-08-16 09:31:47 +0000
commit1a4e80df1b4958873ef6959891ddde2533868a40 (patch)
tree3ca20ca3bf88c7df933cb7228df1231d68524a0c /Doc
parent91d714752c382256b5f50d7f7fa5346d91e0a536 (diff)
downloadzsh-1a4e80df1b4958873ef6959891ddde2533868a40.tar.gz
zsh-1a4e80df1b4958873ef6959891ddde2533868a40.tar.xz
zsh-1a4e80df1b4958873ef6959891ddde2533868a40.zip
23761: calendar -b shows brief output
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/calsys.yo8
1 files changed, 6 insertions, 2 deletions
diff --git a/Doc/Zsh/calsys.yo b/Doc/Zsh/calsys.yo
index f837a04fe..3b6551b07 100644
--- a/Doc/Zsh/calsys.yo
+++ b/Doc/Zsh/calsys.yo
@@ -309,8 +309,8 @@ subsect(Calendar system functions)
 
 startitem()
 findex(calendar)
-xitem(tt(calendar) [ tt(-adDsv) ] [ tt(-C) var(calfile) ] [ -n var(num) ] [ tt(-S) var(showprog) ] [ [ var(start) ] var(end) ])(
-item(tt(calendar -r) [ tt(-adDrsv) ] [ tt(-C) var(calfile) ] [ -n var(num) ] [ tt(-S) var(showprog) ] [ var(start) ])(
+xitem(tt(calendar) [ tt(-abdDsv) ] [ tt(-C) var(calfile) ] [ -n var(num) ] [ tt(-S) var(showprog) ] [ [ var(start) ] var(end) ])(
+item(tt(calendar -r) [ tt(-abdDrsv) ] [ tt(-C) var(calfile) ] [ -n var(num) ] [ tt(-S) var(showprog) ] [ var(start) ])(
 Show events in the calendar.
 
 With no arguments, show events from the start of today until the end of
@@ -342,6 +342,10 @@ item(tt(-a))(
 Show all items in the calendar, regardless of the tt(start) and
 tt(end).
 )
+item(tt(-b))(
+Brief:  don't display continuation lines (i.e. indented lines following
+the line with the date/time), just the first line.
+)
 item(tt(-C) var(calfile))(
 Explicitly specify a calendar file instead of the value of
 the tt(calendar-file) style or the the default tt(~/calendar).