diff options
author | Qrius <[email protected]> | 2024-09-26 00:11:05 +0200 |
---|---|---|
committer | Qrius <[email protected]> | 2024-09-26 00:11:05 +0200 |
commit | 2bc99dd639a3e8d39bea32debef5cc6680a6f077 (patch) | |
tree | 4c66cbf16e3c5c0e3c3dd172e1caaf0f6db6c81b /skaldpress.1 | |
parent | 4b3670fc6b037911be8a1320b5994eb89886e41f (diff) | |
download | skaldpress-2bc99dd639a3e8d39bea32debef5cc6680a6f077.tar.gz skaldpress-2bc99dd639a3e8d39bea32debef5cc6680a6f077.zip |
Add static file copying
Diffstat (limited to 'skaldpress.1')
-rw-r--r-- | skaldpress.1 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/skaldpress.1 b/skaldpress.1 index c6928e7..718557a 100644 --- a/skaldpress.1 +++ b/skaldpress.1 @@ -20,10 +20,13 @@ If a field to sort by is specified, it will output ascending based on that field or reversed if a fourth argument \fBreversed\fR is specified. .SH OPTIONS -.IP "\fB-o, --out\fR \fIpath\fR +.IP "\fB-o, --out, --output\fR \fIpath\fR Specifies the directory to output the compiled files to, defaults to \fIbuild\fR. -.IP "\fB-s, --source\fR \fIpath\fR +.IP "\fB-i, --input\fR \fIpath\fR +Specifies the directory where all files are iterated, defaults to \fIcontent\fR. + +.IP "\fB-s, --static\fR \fIpath\fR Specifies the directory where all files are iterated, defaults to \fIcontent\fR. .IP "\fB-t, --templates\fR \fIpath\fR |