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
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2009-04-17 19:50:36 +0400
committerMiguel de Icaza <miguel@gnome.org>2009-04-17 19:50:36 +0400
commit1df9c1b8249396ca08134c933a8029c2f9d92740 (patch)
tree7a3f646ad808a9d916381f34dcb0d591ce39e6d5 /man/csharp.1
parentc9ba025db894c1bf8184bdecb71eb21d1650c89b (diff)
Update man pages
svn path=/trunk/mono/; revision=132018
Diffstat (limited to 'man/csharp.1')
-rw-r--r--man/csharp.16
1 files changed, 3 insertions, 3 deletions
diff --git a/man/csharp.1 b/man/csharp.1
index 494af934a4b..2f6497d2e90 100644
--- a/man/csharp.1
+++ b/man/csharp.1
@@ -6,7 +6,7 @@
.SH NAME
csharp, gsharp \- Interactive C# Shell
.SH SYNOPSIS
-.B csharp [--attach PID]
+.B csharp [--attach PID] [file1 [file2]]
[options]
.P
.B gsharp [file1 [file2]]
@@ -27,8 +27,8 @@ into the main loop of a Gtk# application, avoiding any problems
arising from the multi-threaded nature of injecting itself into a
target process.
.PP
-This version allows a number of scripts to be specified in the command
-line.
+Files specified in the command line will be loaded and executed as
+scripts.
.SH OPTIONS
.TP
.I "\-\-attach"