diff options
author | Case Duckworth | 2022-08-13 19:14:19 -0500 |
---|---|---|
committer | Case Duckworth | 2022-08-13 19:14:19 -0500 |
commit | 1eb1c3573f42db37849d8ef3848552d0f067cf74 (patch) | |
tree | e085e2292410148ceece585a6433c4e409fb0599 | |
parent | Allow \\ to escape the backslash at the end of the line (diff) | |
download | ht-1eb1c3573f42db37849d8ef3848552d0f067cf74.tar.gz ht-1eb1c3573f42db37849d8ef3848552d0f067cf74.zip |
Update documentation
-rwxr-xr-x | ht | 2 |
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 | ||
29 | PARAMETERS: | 29 | PARAMETERS: |
30 | FILE... The list of files to include in the website. | 30 | FILE... The list of files to include in the website. |