From fb842cd5f57046af5deb9683e28aeae682ef0ec8 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 18 Dec 2011 12:37:09 -0500 Subject: [PATCH] Documentation - Finished incomplete sentence. --- EXPOSITION | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/EXPOSITION b/EXPOSITION index 5f2e91e18..75eadf0a1 100644 --- a/EXPOSITION +++ b/EXPOSITION @@ -36,7 +36,8 @@ Dispatch Command Objects Every task command is implemented by a command object. The command object - provides metadata, + provides metadata, usage and one-line help in addition to the ::execute method + that implements the command. Column Objects