From: Nikos Skalkotos Date: Thu, 19 Apr 2012 13:05:04 +0000 (+0300) Subject: Improve help msg for remove-user-accounts sysprep X-Git-Tag: v0.1~108 X-Git-Url: https://code.grnet.gr/git/snf-image-creator/commitdiff_plain/5027355382d38a2e45c6fce97707d2edff558b8c Improve help msg for remove-user-accounts sysprep --- 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')