Skip to content

Commit ac47180

Browse files
Fix port flag in CLI docs - fixes #734
1 parent 060b2ea commit ac47180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/CLI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ selenium-standalone install --singleDriverInstall=chrome
3636
# specify hub and nodes to setup your own selenium grid
3737
selenium-standalone start -- hub
3838
selenium-standalone start -- node --grid-url http://localhost:4444/grid/register
39-
selenium-standalone start -- node --grid-url http://localhost:4444/grid/register -port 5556
39+
selenium-standalone start -- node --grid-url http://localhost:4444/grid/register --port 5556
4040

4141
# start a single driver
4242
selenium-standalone start --singleDriverStart=chrome

0 commit comments

Comments
 (0)