
On 06/29/2010 05:48 PM, Laine Stump wrote:
On 06/29/2010 07:09 PM, Eric Blake wrote:
https://bugzilla.redhat.com/show_bug.cgi?id=609044 complained that 'virsh help pool-create-as' didn't document the shortcut that you can do 'virsh pool-create-as $name $type --target $target' rather than having to supply the four optional source- arguments in order to fill out the necessary positional arguments.
- snprintf(buf, sizeof(buf), "<%s>", opt->name); + snprintf(buf, sizeof(buf), _("[--%s]<string>"), + opt->name);
fprintf(stdout, " %-15s %s\n", buf, _(opt->help)); }
ACK.
Thanks; pushed. -- Eric Blake eblake@redhat.com +1-801-349-2682 Libvirt virtualization library http://libvirt.org