Skip to content
Snippets Groups Projects
Commit 50273553 authored by Nikos Skalkotos's avatar Nikos Skalkotos
Browse files

Improve help msg for remove-user-accounts sysprep

parent b5430a9f
No related branches found
No related tags found
No related merge requests found
...@@ -72,7 +72,7 @@ class Unix(OSBase): ...@@ -72,7 +72,7 @@ class Unix(OSBase):
@sysprep(enabled=False) @sysprep(enabled=False)
def remove_user_accounts(self, print_header=True): 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: if print_header:
output('Removing all user accounts with id greater than 1000') output('Removing all user accounts with id greater than 1000')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment