1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-23 04:30:24 +02:00

26121: add -B <lines> option to calendar

This commit is contained in:
Peter Stephenson 2008-12-10 13:30:27 +00:00
parent 63e60d3d21
commit 37a4dce4bc
3 changed files with 25 additions and 9 deletions

View file

@ -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).