about summary refs log tree commit diff
path: root/Doc/Zsh/calsys.yo
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-12-10 13:30:27 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-12-10 13:30:27 +0000
commit37a4dce4bc5b38a686516e22d0dc81a90b757d91 (patch)
treefe372a4b26198b41ccad2f0ac28613abd39c55df /Doc/Zsh/calsys.yo
parent63e60d3d21ebfd985d83a5359b8e5bc68de5dcaf (diff)
downloadzsh-37a4dce4bc5b38a686516e22d0dc81a90b757d91.tar.gz
zsh-37a4dce4bc5b38a686516e22d0dc81a90b757d91.tar.xz
zsh-37a4dce4bc5b38a686516e22d0dc81a90b757d91.zip
26121: add -B <lines> option to calendar
Diffstat (limited to 'Doc/Zsh/calsys.yo')
-rw-r--r--Doc/Zsh/calsys.yo4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/Zsh/calsys.yo b/Doc/Zsh/calsys.yo
index 934746f08..05a644f2e 100644
--- a/Doc/Zsh/calsys.yo
+++ b/Doc/Zsh/calsys.yo
@@ -357,6 +357,10 @@ 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(-B) var(lines))(
+Brief: display at most the first var(lines) lines of the calendar
+entry.  `tt(-B 1)' is equivalent to `tt(-b)'.
+)
 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).