mirror of
https://github.com/switchbrew/switch-tools.git
synced 2025-06-27 16:02:40 +02:00
show help only once when requested
This commit is contained in:
parent
8125029796
commit
d367ea741f
@ -543,7 +543,7 @@ int main(int argc, char **argv) {
|
|||||||
break;
|
break;
|
||||||
case 'h':
|
case 'h':
|
||||||
showHelp();
|
showHelp();
|
||||||
break;
|
return 1;
|
||||||
case NRO_ARGS:
|
case NRO_ARGS:
|
||||||
extra_args=optarg;
|
extra_args=optarg;
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user