From 40ab394ea4abdf9214978d7522d36d8fd59a0390 Mon Sep 17 00:00:00 2001 From: gemss Date: Mon, 13 Jan 2014 18:34:12 +0800 Subject: [PATCH] update docs --- doc/exitcodes.md | 3 +-- doc/options.html | 11 ++++++++--- doc/options.md | 9 +++++---- 3 files changed, 14 insertions(+), 9 deletions(-) diff --git a/doc/exitcodes.md b/doc/exitcodes.md index 30f59a3..266a1f8 100755 --- a/doc/exitcodes.md +++ b/doc/exitcodes.md @@ -10,5 +10,4 @@ * 3 - Task error * 4 - Template processing error * 5 - Invalid shell auto - completion rules error -* 6 - Warning - +* 6 - Warning \ No newline at end of file diff --git a/doc/options.html b/doc/options.html index d8dc708..b1c6af9 100755 --- a/doc/options.html +++ b/doc/options.html @@ -137,12 +137,17 @@

Options

colors console/browser/none -Specify output color & style +output color & style project - -Specify current project name +$projectName +current project name + + +cli +true/false +command-line mode \ No newline at end of file diff --git a/doc/options.md b/doc/options.md index e001932..54c5116 100755 --- a/doc/options.md +++ b/doc/options.md @@ -4,7 +4,8 @@ #### Options -| *Names* | *Value* | *Description* | -| ---------- | ---------------------- | ---------------------------- | -| colors | console/browser/none | Specify output color & style | -| project | | Specify current project name | +| *Names* | *Value* | *Description* | +| ---------- | --------------------- | ---------------------- | +| colors | console/browser/none | output color & style | +| project | $projectName | current project name | +| cli | true/false | command-line mode |