diff options
Diffstat (limited to 'man1')
-rw-r--r-- | man1/lariza.usage.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man1/lariza.usage.1 b/man1/lariza.usage.1 index 5e34a20..5cb5ab1 100644 --- a/man1/lariza.usage.1 +++ b/man1/lariza.usage.1 @@ -126,9 +126,9 @@ Lines starting with \fB#\fP are ignored. .\" -------------------------------------------------------------------- .SH "USER-SUPPLIED JAVASCRIPT FILES" After a page has been successfully loaded, the directory -\fI~/.config\:/lariza\:/scripts\fP will be scanned and each file in it -ending with \fB.js\fP will be run as a JavaScript file in the context of -said page. +\fI~/.config\:/lariza\:/user-scripts\fP will be scanned and each file in +it ending with \fB.js\fP will be run as a JavaScript file in the context +of said page. .P During development, you will most likely want to run \fBlariza\fP with $\fBLARIZA_ENABLE_CONSOLE_TO_STDOUT\fP enabled. |