diff options
author | portix <none@none> | 2013-02-24 13:40:56 +0100 |
---|---|---|
committer | portix <none@none> | 2013-02-24 13:40:56 +0100 |
commit | c73ee707670d85e8c14e75abc0c1ed7a5ad7ec42 (patch) | |
tree | 1fd40ab5d31e6a2cb6ceda3cf21393bda194ac4d /doc/dwb.1.txt | |
parent | 014d5f169e8077b631e34828d51a88183eedec5e (diff) | |
download | dwb-c73ee707670d85e8c14e75abc0c1ed7a5ad7ec42.zip |
Use JSCheckScriptSyntax when checking scripts
Diffstat (limited to 'doc/dwb.1.txt')
-rw-r--r-- | doc/dwb.1.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/dwb.1.txt b/doc/dwb.1.txt index 6c7d2af5..fcb3b23a 100644 --- a/doc/dwb.1.txt +++ b/doc/dwb.1.txt @@ -23,9 +23,8 @@ keyboard-driven. OPTIONS ------- -*-c, --check-script*='script':: - Checks if a script that uses the javascript api is correct, the script is checked for syntactic - errors and executed once. +*-c, --check-script-syntax*='script':: + Checks if a the syntax of a script that uses the javascript api is correct *-e, --embed*='wid':: Embed dwb into <wid>. |