Ticket #114 (closed defect: fixed)
confsync -h should not exit 1
| Reported by: | blee | Owned by: | confman-developers@… |
|---|---|---|---|
| Priority: | major | Milestone: | confman-1.9.4 |
| Component: | confsync | Version: | 1.9.3b |
| Keywords: | Cc: |
Description
blee@civic.b1c1l1 / $ /usr/local/libexec/confman/confsync -h usage: /usr/local/libexec/confman/confsync [-f] [-s] [-d] Type '/usr/local/libexec/confman/confsync -h' to display this help and exit. blee@civic.b1c1l1 / $ echo $? 1
This probably affects the other libexec programs also.
Change History
Note: See
TracTickets for help on using
tickets.

(In [508]) Cleaning up exit handling.
Fixes #114