<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" id="owaParaStyle"></style>
</head>
<body fpstyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">
<div>Hi,</div>
<div><br>
</div>
<div>I'm using OpenNebula at the Vrije Universiteit in Amsterdam, NL.</div>
<div>When reading the "onevm help" I found that option "-t" seems to serve two purposes:</div>
<div><br>
</div>
<div>$ onevm help | grep '.-t'</div>
<div>     -t, --target type         Device where the image will be attached</div>
<div>     -t, --type type           Type of the new Image</div>
<div><br>
</div>
<div>in /cm/shared/package/OpenNebula/current/srv/cloud/one/bin/onevm the following code (lines 40..54) seems to be wrong:</div>
<div>
<div>    TYPE={</div>
<div>        :name => "type",</div>
<div>        :short => "-t type",</div>
<div>        :large => "--type type",</div>
<div>        :format => String,</div>
<div>        :description => "Type of the new Image"</div>
<div>    }</div>
<div><br>
</div>
<div>    TARGET={</div>
<div>        :name => "target",</div>
<div>        :short => "-t type",</div>
<div>        :large => "--target type",</div>
<div>        :format => String,</div>
<div>        :description => "Device where the image will be attached"</div>
<div>    }</div>
</div>
<div><br>
</div>
<div>Best regards,</div>
<div>Bert</div>
<div><br>
</div>
<div>P.S. this is my first post to this list, so if I should report bugs somewhere else, please let me know.</div>
</div>
</body>
</html>