From 5027355382d38a2e45c6fce97707d2edff558b8c Mon Sep 17 00:00:00 2001
From: Nikos Skalkotos <skalkoto@grnet.gr>
Date: Thu, 19 Apr 2012 16:05:04 +0300
Subject: [PATCH] Improve help msg for remove-user-accounts sysprep

---
 image_creator/os_type/unix.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/image_creator/os_type/unix.py b/image_creator/os_type/unix.py
index 3829c3e..63f56ad 100644
--- a/image_creator/os_type/unix.py
+++ b/image_creator/os_type/unix.py
@@ -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')
-- 
GitLab