mirror of
https://github.com/developersu/ns-usbloader.git
synced 2025-05-13 14:44:48 -04:00
CLI support for Tinfoil/Awoo Net-install mode.
This commit is contained in:
parent
3c89df9dcd
commit
3690c63399
3 changed files with 92 additions and 69 deletions
|
@ -66,6 +66,9 @@ public class CommandLineInterface {
|
|||
System.out.println(pe.getLocalizedMessage() +
|
||||
"\nTry 'ns-usbloader --help' for more information.");
|
||||
}
|
||||
catch (IncorrectSetupException iee){
|
||||
System.out.println(iee.getLocalizedMessage());
|
||||
}
|
||||
catch (InterruptedException ignore){}
|
||||
catch (Exception e){
|
||||
System.out.println("CLI error");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue