8000 remove unknown address argument in help text · romainneutron/symfony@37e613b · GitHub
[go: up one dir, main page]

Skip to content

Commit 37e613b

Browse files
committed
remove unknown address argument in help text
1 parent a4345e5 commit 37e613b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Symfony/Bundle/WebServerBundle/Command/ServerStopCommand.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ protected function configure()
4040
The <info>%command.name%</info> stops the local web server:
4141
4242
<info>php %command.full_name%</info>
43-
44-
To change the default bind address and the default port use the <info>address</info> argument:
45-
46-
<info>php %command.full_name% 127.0.0.1:8080</info>
4743
EOF
4844
)
4945
;

0 commit comments

Comments
 (0)
0