1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Fix minor things in console request methods.

This commit is contained in:
Rupak Ganguly 2013-04-03 15:46:34 -04:00
parent cdfd972c33
commit 504b3b4557
2 changed files with 1 additions and 5 deletions

View file

@ -3,8 +3,6 @@ module Fog
class HP
class Real
require 'fog/aws/parsers/compute/get_console_output'
# Retrieve console output for specified instance
#
# ==== Parameters

View file

@ -3,9 +3,7 @@ module Fog
class HP
class Real
require 'fog/aws/parsers/compute/get_console_output'
# Retrieve console output for specified instance
# Retrieve VNC console for the specified instance
#
# ==== Parameters
# * server_id<~Integer> - Id of instance to get console output from