diff --git a/scripts/cl-createhome b/scripts/cl-createhome index f2f375e..c7245c3 100644 --- a/scripts/cl-createhome +++ b/scripts/cl-createhome @@ -57,6 +57,10 @@ if __name__ == "__main__": else: if not ldapObj.createHome(userName): flagError = True + else: + ldapObj.printERROR(_("Not found 'user' in command line")) + ldapObj.printERROR(_('Try "cl-createhome --help" for more information')) + flagError = True if flagError: sys.exit(1) else: