typo
This commit is contained in:
parent
1fa25c47f5
commit
228b0f5750
@ -11,7 +11,7 @@ public class CommandLineParams {
|
|||||||
/**
|
/**
|
||||||
* Packet the user want to search, only parameter without names
|
* Packet the user want to search, only parameter without names
|
||||||
*/
|
*/
|
||||||
@Parameter(description = "Packet to search",
|
@Parameter(description = "Package to search",
|
||||||
required = true)
|
required = true)
|
||||||
public String packet;
|
public String packet;
|
||||||
|
|
||||||
@ -27,6 +27,7 @@ public class CommandLineParams {
|
|||||||
* Displays the help
|
* Displays the help
|
||||||
*/
|
*/
|
||||||
@Parameter(names = {"--help", "-h"},
|
@Parameter(names = {"--help", "-h"},
|
||||||
|
description = "Display this help",
|
||||||
help = true,
|
help = true,
|
||||||
required = false)
|
required = false)
|
||||||
public boolean help = false;
|
public boolean help = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user