Skip to content

Commit

Permalink
fixed wsshd port
Browse files Browse the repository at this point in the history
  • Loading branch information
llama committed Mar 25, 2013
1 parent 5f3427f commit b4387ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/wsshd
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ if __name__ == '__main__':

parser.add_argument('--port', '-p',
default=5000,
type=int,
help='Port to bind (default: 5000)')

parser.add_argument('--host', '-H',
Expand Down

0 comments on commit b4387ad

Please sign in to comment.