Revision 50273553 image_creator/os_type/unix.py

b/image_creator/os_type/unix.py
72 72

  
73 73
    @sysprep(enabled=False)
74 74
    def remove_user_accounts(self, print_header=True):
75
        """Remove all user account with id more than 1000"""
75
        """Remove all user accounts with id greater than 1000"""
76 76

  
77 77
        if print_header:
78 78
            output('Removing all user accounts with id greater than 1000')

Also available in: Unified diff