[Bug 13181] New: Version syntax and output are inconsistent between wine and wineserver

wine-bugs at winehq.org wine-bugs at winehq.org
Tue May 13 02:07:13 CDT 2008


http://bugs.winehq.org/show_bug.cgi?id=13181

           Summary: Version syntax and output are inconsistent between wine
                    and wineserver
           Product: Wine
           Version: 1.0-rc1
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P2
         Component: -unknown
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: ryanprior at gmail.com


Sample output:

ryan at ryan-laptop:~$ wineserver --version
wineserver: unknown option '--version'
ryan at ryan-laptop:~$ wineserver -v
Wine 1.0-rc1
ryan at ryan-laptop:~$ wine -v
wine: could not load L"C:\\windows\\system32\\-v.exe": Module not found
ryan at ryan-laptop:~$ wine --version
wine-1.0-rc1


There are two problems:
* wineserver expects -v, whereas wine expects --version
* wineserver outputs "Wine 0.1-rc1", whereas wine outputs "wine-1.0-rc1"


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list