diff options
author | Peter Hofmann <scm@uninformativ.de> | 2020-03-14 11:36:34 +0100 |
---|---|---|
committer | Peter Hofmann <scm@uninformativ.de> | 2020-03-14 11:36:34 +0100 |
commit | 50c9da15380a4771eb18500238446001611097ad (patch) | |
tree | 0187024fe9e3b9b887fe4bbb4d7154bf108319cd /man1 | |
parent | 3d3fcd7d635cada7c9ecb02ee7fc280bc7204c14 (diff) | |
download | lariza-50c9da15380a4771eb18500238446001611097ad.tar.gz |
Move user scripts
This is a more meaningful path.
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. |