ncls: handle --help option

pull/1270/head
nick black 4 years ago
parent 7b4c105fdf
commit 23d3e03386
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -182,6 +182,7 @@ int main(int argc, char* const * argv){
ncalign_e alignment = NCALIGN_RIGHT;
const struct option opts[] = {
{ "align", 1, NULL, 'a' },
{ "help", 0, NULL, 'h' },
{ NULL, 0, NULL, 0 },
};
int c, lidx;

Loading…
Cancel
Save