Skip to content

Commit f59362c

Browse files
author
Chad Smith
authored
Merge pull request #12 from awsmhacks/patch-1
Update app.py
2 parents 1000e30 + a338ad3 commit f59362c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyxtermjs/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def main():
9999
formatter_class=argparse.ArgumentDefaultsHelpFormatter,
100100
)
101101
parser.add_argument("-p", "--port", default=5000, help="port to run server on")
102-
parser.add_argument("-h", "--host", default='127.0.0.1', help="host to run server on (use 0.0.0.0 to allow access from other hosts)")
102+
parser.add_argument("-host", "--host", default='127.0.0.1', help="host to run server on (use 0.0.0.0 to allow access from other hosts)")
103103
parser.add_argument("--debug", action="store_true", help="debug the server")
104104
parser.add_argument("--version", action="store_true", help="print version and exit")
105105
parser.add_argument(

0 commit comments

Comments
 (0)