Modify ↓
Opened 14 months ago
Closed 14 months ago
#171 closed defect (fixed)
print version exit code
Reported by: | wiese | Owned by: | stuerze |
---|---|---|---|
Priority: | normal | Component: | BNC |
Version: | Keywords: | ||
Cc: |
Description
bnc --version
exits with code 2.
This is interpreted as error. It should exit with 0.
$ bnc --version BNC 2.13.0 $ echo $? 2
Attachments (0)
Note:
See TracTickets
for help on using tickets.
exit code is changed to '0'