[Mono-bugs] [Bug 55261][Cos] New - mono --help is printed to stderr
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 6 Mar 2004 21:19:25 -0500 (EST)
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 sdh300@zepler.net.
http://bugzilla.ximian.com/show_bug.cgi?id=55261
--- shadow/55261 2004-03-06 21:19:25.000000000 -0500
+++ shadow/55261.tmp.10471 2004-03-06 21:19:25.000000000 -0500
@@ -0,0 +1,29 @@
+Bug#: 55261
+Product: Mono: Runtime
+Version: unspecified
+OS: unknown
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Cosmetic
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: sdh300@zepler.net
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: mono --help is printed to stderr
+
+Running mono --help, the help page is printed to stderr, not stdout as is
+standard. Thus it is not possible to pipe the output through a pager
+like 'more' to view the help page a page at a time.
+
+To reproduce:
+
+Type mono --help | more
+
+The entire help page scrolls past and vanishes.
+
+I am using mono 0.30.2, under Debian/Unstable.