Fixed docstring in invirt-quota script to reflect new name.
authorPeter Iannucci <iannucci@mit.edu>
Thu, 19 Feb 2009 19:07:18 +0000 (14:07 -0500)
committerPeter Iannucci <iannucci@mit.edu>
Thu, 19 Feb 2009 19:07:18 +0000 (14:07 -0500)
svn path=/trunk/packages/invirt-database/; revision=2176

scripts/invirt-quota

index 2a4d55d..73fef05 100755 (executable)
@@ -1,13 +1,13 @@
 #!/usr/bin/env python
 
 """
 #!/usr/bin/env python
 
 """
-invirt-setquota allows an administrator to set memory, disk, and VM quotas 
+invirt-quota allows an administrator to set memory, disk, and VM quotas 
 for an owner.  Invoking with only an owner name returns the current quotas for
 that owner.  Setting a parameter to -1 restores the default.
 
 Examples:
 
 for an owner.  Invoking with only an owner name returns the current quotas for
 that owner.  Setting a parameter to -1 restores the default.
 
 Examples:
 
-    invirt-setquota joeuser -mt 512 -ms -1
+    invirt-quota joeuser -mt 512 -ms -1
 """
 
 from invirt.database import *
 """
 
 from invirt.database import *