Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Long options fail #13

Open
rski opened this issue Feb 10, 2017 · 0 comments
Open

Long options fail #13

rski opened this issue Feb 10, 2017 · 0 comments

Comments

@rski
Copy link
Contributor

rski commented Feb 10, 2017

Expected: The usage is printed and exit code is 0

actual:

root@node-7:~# /opt/quagga/sbin/zrpcd --help
/opt/quagga/sbin/zrpcd: invalid option -- '-'
Usage : zrpcd [OPTION...]

Daemon which manages rpc configuration/updates from/to quagga

zrpc configuration across thrift defined model : vpnservice.

-p, --thrift_port           Set thrift's config port number
-P, --thrift_notif_port     Set thrift's notif update port number
-N, --thrift_notif_address  Set thrift's notif update specified address
-h, --help                  Display this help and exit

root@node-7:~# echo $?
1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant