Skip to content

Commit

Permalink
Merge pull request #125 from hopkings2008/master
Browse files Browse the repository at this point in the history
fix invalid option when run 'ipcclient -h'
  • Loading branch information
davidvossel committed Jun 30, 2014
2 parents 01e43ea + bb70e27 commit b103e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ipcclient.c
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ int
main(int argc, char *argv[])
{
qb_ipcc_connection_t *conn;
const char *options = "eb";
const char *options = "ebh";
int32_t opt;

while ((opt = getopt(argc, argv, options)) != -1) {
Expand Down

0 comments on commit b103e1a

Please sign in to comment.