This commit is contained in:
Capelier-Marla 2022-12-14 11:17:00 +01:00
parent 1fa25c47f5
commit 228b0f5750

View File

@ -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;