boostorg / boostorg/build

b2 returns inconsistent code for -v and --version

Open
#546 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.