Fixed docstring in invirt-quota script to reflect new name.
[invirt/packages/invirt-database.git] / 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 *