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

Minor update to inline help.

This commit is contained in:
Rupak Ganguly 2012-08-03 12:37:16 -04:00
parent 42af8f6e04
commit 59231abe81
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ module Fog
# * description<~String> - Description of the snapshot
# * volume_id<~Integer> - Id of the volume to create snapshot of
# * options<~Hash>:
# * 'force'<~Boolean> - True or False
# * 'force'<~Boolean> - Not implemented yet. True or False, to allow online snapshots (i.e. when volume is attached)
#
# ==== Returns
# * response<~Excon::Response>:

View file

@ -10,7 +10,7 @@ module Fog
# * description<~String> - Description of the volume
# * size<~Integer> - Size of the volume (in GBs)
# * options<~Hash>:
# * 'snapshot_id'<~String> - Id of the volume snapshot
# * 'snapshot_id'<~String> - Id of the volume snapshot to create the volume from
#
# ==== Returns
# * response<~Excon::Response>: