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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 2006-08-29 16:14 ------- Created an attachment (id=17549) Implements the --app-exe-name option. + +------- Additional Comments From [EMAIL PROTECTED] 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] + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
