Skip to content

Commit

Permalink
fix host default
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed May 19, 2015
1 parent 8691da6 commit 30c56a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/plugins/command/auto/auto.py
Expand Up @@ -74,7 +74,7 @@ class CommandAuto(Command):
'short': 'a',
'long': 'address',
'type': str,
'default': '',
'default': '0.0.0.0',
'help': 'Address to bind (default: 0.0.0.0 – all local IPv4 interfaces)',
},
{
Expand Down

0 comments on commit 30c56a9

Please sign in to comment.