summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2022-08-13 19:14:19 -0500
committerCase Duckworth2022-08-13 19:14:19 -0500
commit1eb1c3573f42db37849d8ef3848552d0f067cf74 (patch)
treee085e2292410148ceece585a6433c4e409fb0599
parentAllow \\ to escape the backslash at the end of the line (diff)
downloadht-1eb1c3573f42db37849d8ef3848552d0f067cf74.tar.gz
ht-1eb1c3573f42db37849d8ef3848552d0f067cf74.zip
Update documentation
-rwxr-xr-xht2
1 files changed, 1 insertions, 1 deletions
diff --git a/ht b/ht index a4f0e66..50e4d99 100755 --- a/ht +++ b/ht
@@ -24,7 +24,7 @@ OPTIONS:
24 -F TEMPLATE Use TEMPLATE as the feed template. Default: ./feed.tmpl.xml 24 -F TEMPLATE Use TEMPLATE as the feed template. Default: ./feed.tmpl.xml
25 -s DIRECTORY The DIRECTORY holding static files (images, css, etc.). 25 -s DIRECTORY The DIRECTORY holding static files (images, css, etc.).
26 Default: ./static/ 26 Default: ./static/
27 -S DIRECTORY The DIRECTORY to copy static files to. Default: ./out/static. 27 -S DIRECTORY The DIRECTORY to copy static files to. Default: ./out
28 28
29PARAMETERS: 29PARAMETERS:
30 FILE... The list of files to include in the website. 30 FILE... The list of files to include in the website.