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(a)winehq.org ReportedBy: ryanprior(a)gmail.com Sample output: ryan(a)ryan-laptop:~$ wineserver --version wineserver: unknown option '--version' ryan(a)ryan-laptop:~$ wineserver -v Wine 1.0-rc1 ryan(a)ryan-laptop:~$ wine -v wine: could not load L"C:\\windows\\system32\\-v.exe": Module not found ryan(a)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.