diff --git a/i18n/cl_builder_ru.mo b/i18n/cl_builder_ru.mo index 9516a5a..99256d9 100644 Binary files a/i18n/cl_builder_ru.mo and b/i18n/cl_builder_ru.mo differ diff --git a/pym/cl_builder.py b/pym/cl_builder.py index ffed73c..3c5cbfc 100644 --- a/pym/cl_builder.py +++ b/pym/cl_builder.py @@ -487,6 +487,8 @@ class cl_builder(color_print): if not newprofile in self.clVars.Get('cl_builder_distro'): if newprofile: self.printERROR(_("wrong value for '--profile'")) + else: + self.printERROR(_("need specify '--profile'")) self.defaultPrint(_("Available assembled distro")+":\n") for profile in self.clVars.Get('cl_builder_distro'): self.printSUCCESS(profile)