From 98a392f70549702bcd81f5843aed8c27b70a785c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Pi=C4=85tek?= Date: Wed, 27 Apr 2022 20:40:00 +0200 Subject: [PATCH] Fix --- Nexo.Installer/Command/Pack/PackOptions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nexo.Installer/Command/Pack/PackOptions.cs b/Nexo.Installer/Command/Pack/PackOptions.cs index 285c1a8..85ce33d 100644 --- a/Nexo.Installer/Command/Pack/PackOptions.cs +++ b/Nexo.Installer/Command/Pack/PackOptions.cs @@ -4,7 +4,7 @@ namespace Nexo.Installer.Command.Pack { - [Verb("pack", HelpText = "Spakuj rozwiązanie włąsne")] + [Verb("pack", HelpText = "Spakuj rozwiązanie własne")] public class PackOptions { [Option('s', Required = true, HelpText = "Folder zawierający pliki rozwiązania")]