cckec / winetricks

Automatically exported from code.google.com/p/winetricks
0 stars 0 forks source link

r798: Program shuld display bried help with no options #191

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

$ ./winetricks

------------------------------------------------------
wineserver not found!
------------------------------------------------------

That's not helpful. Please display instead to stderr:

    Usage: src/winetricks [options] [command|verb|path-to-verb]

Original issue reported on code.google.com by jari.aalto.fi@gmail.com on 4 Apr 2012 at 1:10

GoogleCodeExporter commented 8 years ago
Ah, this bug relates to:

   http://code.google.com/p/winetricks/issues/detail?id=194

(1) Please add additional PATH locations where to search "wineserver" program.
(2) The message could be a little more explicit and verbose. Something like:

    ERROR: wineserver binary not found in PATH
    ERROR: This program is needed for ..., and is usually included with package
    ERROR: wine. Please check your distribution and report the location to
    ERROR: http://code.google.com/p/winetricks/issues

Original comment by jari.aalto.fi@gmail.com on 5 Apr 2012 at 4:49

GoogleCodeExporter commented 8 years ago
Here is a patch to add more searches for WINESERVER

Original comment by jari.aalto.fi@gmail.com on 5 Apr 2012 at 5:43

Attachments:

GoogleCodeExporter commented 8 years ago
Discussed more in issue 194.

Original comment by daniel.r...@gmail.com on 25 May 2012 at 9:03