diff options
Diffstat (limited to 'ax25ipd/ax25ipd.c')
-rw-r--r-- | ax25ipd/ax25ipd.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ax25ipd/ax25ipd.c b/ax25ipd/ax25ipd.c index 585b775..f817af4 100644 --- a/ax25ipd/ax25ipd.c +++ b/ax25ipd/ax25ipd.c @@ -87,6 +87,9 @@ int main(int argc, char **argv) case 'l': opt_loglevel = atoi(optarg); break; + default: + opt_help = 1; + break; } } |