X-Git-Url: https://git.ao2.it/libam7xxx.git/blobdiff_plain/2834def5028d10f92190600875ab999c768d6ce9..c4cda76c6f02bc04d31761a54470434d8e1d60b8:/src/picoproj.c diff --git a/src/picoproj.c b/src/picoproj.c index 0b9e45c..6e95fdb 100644 --- a/src/picoproj.c +++ b/src/picoproj.c @@ -89,6 +89,10 @@ int main(int argc, char *argv[]) exit(EXIT_FAILURE); } break; + case 'h': + usage(argv[0]); + exit(EXIT_SUCCESS); + break; default: /* '?' */ usage(argv[0]); exit(EXIT_FAILURE);