diff options
author | Arun Isaac | 2024-05-30 03:09:13 +0100 |
---|---|---|
committer | Arun Isaac | 2024-05-30 03:09:13 +0100 |
commit | 7d1b0b9338af5501c6282cdaf3cacc41075a04c9 (patch) | |
tree | d969a482614575006cad1ec2194f9336b1a3c523 /doc/ccwl.skb | |
parent | 2a5b73121ce7ce4c4bd5f3f482187dd22489e330 (diff) | |
download | ccwl-main.tar.gz ccwl-main.tar.lz ccwl-main.zip |
* doc/ccwl.skb (Cookbook)[Prefix arguments]: Use section- prefix in
identifier.
Diffstat (limited to 'doc/ccwl.skb')
-rw-r--r-- | doc/ccwl.skb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ccwl.skb b/doc/ccwl.skb index cc4c339..9001f20 100644 --- a/doc/ccwl.skb +++ b/doc/ccwl.skb @@ -357,7 +357,7 @@ respectively.] (scheme-source "doc/inline-javascript-requirement.scm") (scheme-source "doc/resource-requirement.scm"))) (section :title [Prefix arguments] - :ident "prefix-arguments" + :ident "section-prefix-arguments" (p [You want to be able to associate arguments of a command to a prefix. For example, in the following example, we associate the input ,(code "output_filename") to the prefix ,(code "-o"). Notice the |