Skip to content
Snippets Groups Projects
Commit 1e43a978 authored by Raphael GIRARDOT's avatar Raphael GIRARDOT
Browse files

better arguments management

parent a9436873
No related branches found
No related tags found
No related merge requests found
......@@ -398,6 +398,7 @@ public class CometeTrend extends JFrame implements ITrendFileListener {
if (arg != null) {
if (COMMAND_HELP.equalsIgnoreCase(arg)) {
help = true;
chartDetected = Boolean.FALSE;
} else {
filteredArguments.add(arg);
switch (argCount) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment