Skip to content
Snippets Groups Projects
Commit 28eb094c authored by Martin Vogel's avatar Martin Vogel
Browse files

#414 Change argument call to '--'

parent 4d13d6a7
No related branches found
No related tags found
2 merge requests!2#414 Remaining changes from MR,!1planning#414 Methoden Signaturen (Zwischenstand)
......@@ -5,14 +5,14 @@ import com.beust.jcommander.Parameter;
public class CommandLineArgs {
@Parameter(
names = "-clientId",
names = "--clientId",
description = "FitConnect OAuth clientId",
required = true
)
public String clientId;
@Parameter(
names = "-secret",
names = "--secret",
description = "FitConnect OAuth clientId",
required = true
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment