about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2023-01-08 00:09:53 -0600
committerCase Duckworth2023-01-08 00:09:53 -0600
commit3d625533729f8fba493285b497f8121bd6ef3943 (patch)
tree51df6d27137ee820a19022a6171fc5e8120a14c2
parentRemove gencheckglob (diff)
downloadvienna-3d625533729f8fba493285b497f8121bd6ef3943.tar.gz
vienna-3d625533729f8fba493285b497f8121bd6ef3943.zip
Reformat usage message
-rwxr-xr-xvienna8
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
20OPTIONS: 20OPTIONS:
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
26PARAMETERS: 26PARAMETERS:
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.