Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs/docs
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2012-01-27 08:23:11 +0400
committerMiguel de Icaza <miguel@gnome.org>2012-01-27 08:23:11 +0400
commitfae601a857958f81701bd73b132da10d4f7c88cd (patch)
treea317bdf4eeeaf8b0132cb5af24e586df2a6880a6 /mcs/docs
parent2bd0eed0846a58b289c7be81042a0b8af30464a0 (diff)
Fix typo
Diffstat (limited to 'mcs/docs')
-rwxr-xr-xmcs/docs/compiler.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/docs/compiler.txt b/mcs/docs/compiler.txt
index 351662ffe23..0ddfca2da33 100755
--- a/mcs/docs/compiler.txt
+++ b/mcs/docs/compiler.txt
@@ -271,7 +271,7 @@
During debugging, you want to change this to:
- ./../jay/jay -c < ./../jay/skeleton.cs cs-parser.jay
+ ./../jay/jay -cvt < ./../jay/skeleton.cs cs-parser.jay
This generates a parser with debugging information and allows
you to activate verbose parser output in both the csharp