mirror of
https://github.com/developersu/ns-usbloader.git
synced 2025-05-13 22:54:49 -04:00
Minor fixes
This commit is contained in:
parent
4d7c6f6ef1
commit
29f29b7d31
24 changed files with 139 additions and 42 deletions
|
@ -29,7 +29,7 @@ public class TinfoilUsbCli {
|
|||
private final String[] arguments;
|
||||
private List<File> filesList;
|
||||
|
||||
public TinfoilUsbCli(String[] arguments) throws InterruptedException, IncorrectSetupException{
|
||||
TinfoilUsbCli(String[] arguments) throws InterruptedException, IncorrectSetupException{
|
||||
this.arguments = arguments;
|
||||
checkArguments();
|
||||
parseFilesArguments();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue