diff --git a/image_creator/os_type/unix.py b/image_creator/os_type/unix.py index 3829c3eed19b285534cad331015d0a3a2e3cdda4..63f56ad29a39a0034be6c9390c8a02cdff64eecb 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')