diff options
-rwxr-xr-x | vienna | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vienna b/vienna index 7a7818d..f4c1e65 100755 --- a/vienna +++ b/vienna | |||
@@ -18,13 +18,13 @@ FLAGS: | |||
18 | -q don't output any diagnostic information | 18 | -q don't output any diagnostic information |
19 | 19 | ||
20 | OPTIONS: | 20 | OPTIONS: |
21 | -c CONFIG source CONFIG instead of \$VIENNA_CONFIG when building | 21 | -c FILE use FILE as configuration. [default: $VIENNA_CONFIG] |
22 | -C DIR operate in DIR, instead of \$PWD. | 22 | -C DIR operate in DIR, instead of \$PWD. |
23 | -d DOMAIN use DOMAIN as basis for urls. default: example.com | 23 | -d DOMAIN use DOMAIN as basis for urls. [default: example.com] |
24 | -o DIR output built site to DIR. default: ./out | 24 | -o DIR output built site to DIR. [default: ./out] |
25 | 25 | ||
26 | PARAMETERS: | 26 | PARAMETERS: |
27 | init initialize a vienna site with default files and exit. | 27 | init initialize a vienna site with minimalist defaults and exit. |
28 | clean remove output directory before building. | 28 | clean remove output directory before building. |
29 | publish publish the site after building. | 29 | publish publish the site after building. |
30 | NOTE: this requires a .vienna.sh file in the site root. | 30 | NOTE: this requires a .vienna.sh file in the site root. |