Documentation

- Added the version info to the task.1.in man page.
This commit is contained in:
Paul Beckingham 2012-03-06 01:21:16 -05:00
parent 6db7285f70
commit 202959898d

View file

@ -5,6 +5,8 @@ task \- A command line todo manager.
.SH SYNOPSIS
.B task <filter> <command> [ <mods> | <args> ]
.br
.B task --version
.SH DESCRIPTION
Taskwarrior is a command line todo list manager. It maintains a list of tasks
@ -99,6 +101,12 @@ taskwarrior. The output and sort behavior of these reports can be configured in
the configuration file. See also the man page taskrc(5). There are also other
read subcommands that are not reports.
.TP
.B task --version
This is the only conventional command line argument that Taskwarrior supports,
and is intended for add-on scripts to verify the version number of an installed
Taskwarrior without invoking the mechanisms that create default files.
.TP
.B task <filter>
With no command specified, the default command is run, and the filter applied.