We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08af5d5 commit bb9cfb9Copy full SHA for bb9cfb9
packages/angular-cli/commands/serve.ts
@@ -41,7 +41,7 @@ const ServeCommand = Command.extend({
41
type: String,
42
default: 'localhost',
43
aliases: ['H'],
44
- description: 'Listens on all interfaces by default'
+ description: 'Listens only on localhost by default'
45
},
46
{ name: 'proxy-config', type: 'Path', aliases: ['pc'] },
47
{ name: 'watcher', type: String, default: 'events', aliases: ['w'] },
0 commit comments