[pve-devel] r5114 - pve-common/trunk

svn-commits at proxmox.com svn-commits at proxmox.com
Fri Sep 10 14:58:46 CEST 2010


Author: dietmar
Date: 2010-09-10 12:58:46 +0000 (Fri, 10 Sep 2010)
New Revision: 5114

Modified:
   pve-common/trunk/JSONSchema.pm
Log:
use better names


Modified: pve-common/trunk/JSONSchema.pm
===================================================================
--- pve-common/trunk/JSONSchema.pm	2010-09-10 12:54:03 UTC (rev 5113)
+++ pve-common/trunk/JSONSchema.pm	2010-09-10 12:58:46 UTC (rev 5114)
@@ -41,13 +41,13 @@
     return $res;
 };
 
-register_standard_option('vmid', {
+register_standard_option('pve-vmid', {
     description => "The (unique) ID of the VM.",
     type => 'integer', format => 'pve-vmid',
     minimum => 1
 });
 
-register_standard_option('node', {
+register_standard_option('pve-node', {
     description => "The cluster node name.",
     type => 'string', format => 'pve-node',
 });




More information about the pve-devel mailing list