Skip to content

Commit

Permalink
Dropped duplicated hash key
Browse files Browse the repository at this point in the history
  • Loading branch information
mchf committed Jul 22, 2015
1 parent 2161cce commit 225b585
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/clients/lan.rb
Expand Up @@ -133,18 +133,14 @@ def main
"type" => "string"
},
"bootproto" => {
# Commandline option help
"help" => _("Use static or dynamic configuration"),
"type" => "string"
},
"name" => {
"help" => _("Configuration Name"),
"type" => "string"
},
"bootproto" => {
# Commandline option help
"help" => _("Device boot protocol"),
"type" => "string"
},
"ip" => {
# Commandline option help
"help" => _("Device IP address"),
Expand Down

0 comments on commit 225b585

Please sign in to comment.