Skip to content

Commit

Permalink
options: fix --no-status
Browse files Browse the repository at this point in the history
Partial revert of 806ba2e, which
introduced a bug described in issue MusicPlayerDaemon#108.
  • Loading branch information
RensOliemans committed Jun 14, 2024
1 parent 0752158 commit 044bfe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/options.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ struct Options options = {
static const struct OptionDef option_table[] = {
{ 'v', "verbose", NULL, "Give verbose output" },
{ 'q', "quiet", NULL, "Suppress status message" },
{ 0, "no-status", NULL, "synonym for --quiet" },
{ 'q', "no-status", NULL, "synonym for --quiet" },
{ 'h', "host", "<host>", "Connect to server on <host>" },
{ 'P', "password", "<password>", "Connect to server using password <password>" },
{ 'p', "port", "<port>", "Connect to server port <port>" },
Expand Down

0 comments on commit 044bfe5

Please sign in to comment.