Skip to content

Commit

Permalink
fix help text, fixes, closes#3
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechnobear committed Nov 22, 2019
1 parent 0a27e65 commit fbabaec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@ const char *CMDLINE_HELP = ""
" --version Show version\n"
" --help Show this help\n"
" --name <name> Forces a rtpmidi name\n"
" --host <address> My default IP. Needed to answer mDNS. Normally guessed but may be attached to another ip."
" --host <address> My default IP. Needed to answer mDNS. Normally guessed but may be attached to another ip.\n"
" --port <port> Opens local port as server. Default 5400. Can set several.\n"
" --connect <address> Connects the given address. This is default, no need for --connect"
" --connect <address> Connects the given address. This is default, no need for --connect\n"
" address for connect:\n"
" hostname Connects to hostname:5400 port using rtpmidi\n"
" hostname:port Connects to a hostname on a given port\n"
" name:hostname:port Connects to a hostname on a given port and forces a name for alsaseq\n"
Expand Down

0 comments on commit fbabaec

Please sign in to comment.