b2 returns inconsistent code for -v and --version
Open
transition
- Dominant language
- C++
- Stars
- 251
- Forks
- 63
- PR merge metrics
- No merged PRs in 30d
Description
```
$ ./b2 --version
Boost.Build 4.2-git
$ echo $?
1
```
vs
```
$ ./b2 -v
B2 Version 4.2. OS=LINUX.
Copyright 1993-2002 Christopher Seiwald and Perforce Software, Inc.
Copyright 2001 David Turner.
Copyright 2001-2004 David Abrahams.
Copyright 2002-2019 Rene Rivera.
Copyright 2003-2015 Vladimir Prus.
DEFAULTS: jobs = 40
$ echo $?
0
```
Contributor guide
Assessment
This issue has not been assessed yet.