aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-04-03 02:39:14 +0200
committerGravatar Tom Willemsen2013-04-03 02:39:14 +0200
commit220174641af7eae14a46937cea36bfbb00c96405 (patch)
treedecfc3efa2df6fc506066de1cd37097404633b9c
parente03954c79f2491b7b1abab6fe9f743949251b6c6 (diff)
downloadclark-220174641af7eae14a46937cea36bfbb00c96405.tar.gz
clark-220174641af7eae14a46937cea36bfbb00c96405.zip
Change switches table to @deffn
-rw-r--r--doc/clark.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/clark.texi b/doc/clark.texi
index 7f8dec1..f0ba70b 100644
--- a/doc/clark.texi
+++ b/doc/clark.texi
@@ -168,10 +168,10 @@ provides help for that command.
Shows the version of CLark.
@end deffn
-There is also one command-line switch:
+There is also one command-line switch. Switches can be used with
+either @samp{-} or @samp{--}:
-@table @samp
-@item --script
+@deffn Switch script
Causes the output of some commands to become more geared towards other
programs, not using newlines and indentation but instead using the
unit separator (@code{^_}) and record separator (@code{^^})
@@ -180,7 +180,7 @@ data sent to them.
The commands currently affected by this are @samp{search} and the
default behavior when no commands are passed to CLark.
-@end table
+@end deffn
@node Customization, Interaction, Usage, Top
@chapter Customizing CLark