Skip to content

Commit 3139a5a

Browse files
Merge pull request #54 from Wdestroier/master
Fix comment about the default hostname
2 parents fb71137 + ec5274e commit 3139a5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/serve_command.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ class ServeCommand extends Command<int> {
135135
shutDown(ExitCode.success.code);
136136
});
137137

138-
// Parse the hostname to serve each dir on (defaults to 0.0.0.0)
138+
// Parse the hostname to serve each dir on (defaults to localhost).
139139
final hostnameResults = parseHostname(argResults!.rest);
140140
final hostname = hostnameResults.hostname;
141141
final remainingArgs = hostnameResults.remainingArgs;

0 commit comments

Comments
 (0)