GNOME Bugzilla – Bug 70316
gconftool-2 prints nothing if no options are passed
Last modified: 2004-12-22 21:47:04 UTC
Action: gnome2@sonic:~$ gconftool-2& Result: [3] 20841 gnome2@sonic:~$ GLib-GObject-Message: stale GObjects: 2 GLib-GObject-Message: [0x805c150] stale GIOPServer ref_count=1 GLib-GObject-Message: [0x8059b40] stale GIOPConnection ref_count=2 [3]+ Done gconftool-2 gnome2@sonic:~$ Expected: It starts? ;o)
Should print a usage message I suppose.
Just clearing up the title to make it easier to find it if dupes are reported.
Created attachment 19110 [details] [review] Proposed patch to print the usage message
Indentation/braces should be GNU style (braces on own line, 2 space indent) should return nonzero for failure in this case I think.
Created attachment 19134 [details] [review] Modified patch
That looks fine to commit, with ChangeLog entry. Thanks
adding PATCH keyword.
Patch committed to head. 2003-08-18 Muktha <muktha.narayan@wipro.com> * gconf/gconftool.c (main) : Print usage message when no options are passed to gconftool-2. Fixes #70316.