[Mono-bugs] [Bug 79208][Wis] Changed - Mono.GetOptions Usage statement should show filename
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Aug 29 16:23:52 EDT 2006
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by foxxyzoe at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79208
--- shadow/79208 2006-08-29 16:14:43.000000000 -0400
+++ shadow/79208.tmp.2783 2006-08-29 16:23:52.000000000 -0400
@@ -52,6 +52,18 @@
name so as to not confuse the user.
------- Additional Comments From foxxyzoe at gmail.com 2006-08-29 16:14 -------
Created an attachment (id=17549)
Implements the --app-exe-name option.
+
+------- Additional Comments From foxxyzoe at gmail.com 2006-08-29 16:23 -------
+To test the patch changes, create a Bash script, call it "foo" and
+insert the following:
+
+#!/bin/bash
+mono FooBar.exe --app-exe-name $0 $@
+
+Now if you run './foo --help' your usage line will show:
+
+Usage: ./foo [options]
+
More information about the mono-bugs
mailing list