Opened 9 years ago
Last modified 9 years ago
#10671 new Bug report
--version, --help result in non-zero exit code
Reported by: | NyanNyan | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | Cc: | ||
Component version: | 3.14.0 | Operating system type: | Linux |
Operating system version: |
Description
On an up-to-date Arch Linux I get the following warning and return code. I don't know whether they are related, but *nix tools generally return exit code zero when just getting their version.
$ filezilla --version Reading locale option from /home/victor/.filezilla/filezilla.xml 08:20:41: Warning: Mismatch between the program and library build versions detected. The library used 3.0 (wchar_t,compiler with C++ ABI 1008,wx containers,compatible with 2.8), and your program used 3.0 (wchar_t,compiler with C++ ABI 1009,wx containers,compatible with 2.8). FileZilla 3.14.0, compiled on 2015-09-18 $ echo $? 255
Change History (1)
comment:1 by , 9 years ago
Summary: | -v, --version result in non-zero exit code → --version, --help result in non-zero exit code |
---|
Note:
See TracTickets
for help on using tickets.