Skip to content

Commit

Permalink
fix typo in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
lwimmer committed Feb 16, 2019
1 parent e156924 commit d6d7982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rmbt.c
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ int main(int argc, char **argv) {
fail("host is required (either via config file or -h)");

if (config.server_port == 0)
fail("port is required (either via config file or -h)");
fail("port is required (either via config file or -p)");

if (config.secret == NULL && config.token == NULL)
fail("either token or secret is required (either via config file, -s or -t)");
Expand Down

0 comments on commit d6d7982

Please sign in to comment.