summaryrefslogtreecommitdiffstats
path: root/scm.1
diff options
context:
space:
mode:
Diffstat (limited to 'scm.1')
-rw-r--r--scm.19
1 files changed, 7 insertions, 2 deletions
diff --git a/scm.1 b/scm.1
index 5ab98cf..5ab0180 100644
--- a/scm.1
+++ b/scm.1
@@ -12,7 +12,9 @@ scm \- a Scheme Language Interpreter
[--version]
[--help]
.br
-[[-]-no-init-file] [-p
+[[-]-no-init-file] [--no-symbol-case-fold]
+.br
+[-p
.I int
] [-r
.I feature
@@ -80,9 +82,12 @@ should allocate an initial heapsize of
.I kbytes.
This option, if present, must be the first on the command line.
.TP
-.BI -no-init-file
+.BI --no-init-file
Inhibits the loading of "ScmInit.scm" as described above.
.TP
+.BI --no-symbol-case-fold
+Symbol (and identifier) names are case-sensitive.
+.TP
.BI -e expression
.TP
.BI -c expression