Remove todo comment
This commit is contained in:
parent
063f60e593
commit
958ce8983b
|
@ -7,7 +7,6 @@ module VagrantPlugins
|
||||||
"displays information about guest port mappings"
|
"displays information about guest port mappings"
|
||||||
end
|
end
|
||||||
|
|
||||||
# @todo support multiple strategies if requested by the community
|
|
||||||
def execute
|
def execute
|
||||||
opts = OptionParser.new do |o|
|
opts = OptionParser.new do |o|
|
||||||
o.banner = "Usage: vagrant port [options] [name]"
|
o.banner = "Usage: vagrant port [options] [name]"
|
||||||
|
|
Loading…
Reference in New Issue