Skip to content

Commit 8f509a5

Browse files
authored
Reorder long command line options alphabetically
1 parent b970a94 commit 8f509a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/ola-client.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,9 +395,9 @@ void ParseOptions(int argc, char *argv[], options *opts) {
395395
{"name", required_argument, 0, 'n'},
396396
{"plugin-id", required_argument, 0, 'p'},
397397
{"state", required_argument, 0, 's'},
398-
{"universe", required_argument, 0, 'u'},
399398
{"list-plugin-ids", no_argument, 0, LIST_PLUGIN_IDS_OPTION},
400399
{"list-universe-ids", no_argument, 0, LIST_UNIVERSE_IDS_OPTION},
400+
{"universe", required_argument, 0, 'u'},
401401
{0, 0, 0, 0}
402402
};
403403

0 commit comments

Comments
 (0)