Skip to content

Commit

Permalink
Options that are more than one letter have two dashes
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Nov 10, 2020
1 parent 586582c commit be6f8ee
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -35,7 +35,7 @@
public class NewSessionQueuerFlags implements HasRoles {

@Parameter(
names = { "-sq", "--sessionqueuer" },
names = { "--sq", "--sessionqueuer" },
description = "Address of the session queue server.")
@ConfigValue(section = "sessionqueuer", name = "host", example = "\"http://localhost:1237\"")
private URI sessionQueueServer;
Expand Down

0 comments on commit be6f8ee

Please sign in to comment.