Improve help msg for remove-user-accounts sysprep
authorNikos Skalkotos <skalkoto@grnet.gr>
Thu, 19 Apr 2012 13:05:04 +0000 (16:05 +0300)
committerNikos Skalkotos <skalkoto@grnet.gr>
Thu, 19 Apr 2012 13:05:04 +0000 (16:05 +0300)
image_creator/os_type/unix.py

index 3829c3e..63f56ad 100644 (file)
@@ -72,7 +72,7 @@ class Unix(OSBase):
 
     @sysprep(enabled=False)
     def remove_user_accounts(self, print_header=True):
-        """Remove all user account with id more than 1000"""
+        """Remove all user accounts with id greater than 1000"""
 
         if print_header:
             output('Removing all user accounts with id greater than 1000')