Skip to content

Commit

Permalink
Mention new theme in manual pages
Browse files Browse the repository at this point in the history
  • Loading branch information
muchweb committed Mar 2, 2015
1 parent b7fbf62 commit 1ed7771
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion utox.1
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ uasge: utox [--portable] [--theme <default|dark|light>]
.SH OPTIONS
.SS General Options
\-\-theme <THEME>
Choose a colour scheme. Possible options are \fBdefault\fP, \fBdark\fP or \fBlight\fP.
Choose a colour scheme. Possible options are \fBdefault\fP, \fBdark\fP , \fBlight\fP, or \fBhighcontrast\fP.

\-\-portable
run in portable mode
Expand Down
2 changes: 1 addition & 1 deletion xlib/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,7 @@ int main(int argc, char *argv[])
parse_args_wait_for_theme = 0;
continue;
}
debug("Please specify correct theme. Valid values are:\n - default\n - dark\n - light\n");
debug("Please specify correct theme (please check user manual for list of correct values).");
return 1;
}

Expand Down

0 comments on commit 1ed7771

Please sign in to comment.