From 3e51be4d698ccd5a4884f9cfc4e46d133ef85ae5 Mon Sep 17 00:00:00 2001 From: xf0r3m Date: Mon, 14 Aug 2023 11:32:30 +0200 Subject: [PATCH] =?utf8?q?Poprawienie=20nazwy=20narz=C4=99dzia=20w=20funkc?= =?utf8?q?ji=20pomocy?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- tools/immudex-crypt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tools/immudex-crypt b/tools/immudex-crypt index eb757a3..e112e09 100755 --- a/tools/immudex-crypt +++ b/tools/immudex-crypt @@ -3,17 +3,17 @@ function help() { echo "immudex-crypt - script used for listing, open and close crypt_LUKS ppartitions"; - echo "morketsmerke.org COPYLEFT @ 2023"; + echo "@ 2023 morketsmerke.org"; echo "Options:"; echo " list - displaing list of opened and available crypt_LUKS devices"; echo " create - formatting device for crypt_LUKS"; echo " open - opening crypt_LUKS device, after this device is ready to mount"; echo " close - unmount and closing crypt_LUKS devices"; echo "Using:"; - echo "$ immudex_crypt list"; - echo "$ immudex_crypt create "; - echo "$ immudex_crypt open "; - echo "$ immudex_crypt close immudex-crypt[0-9] | ic[0-9] | [0-9]"; + echo "$ immudex-crypt list"; + echo "$ immudex-crypt create "; + echo "$ immudex-crypt open "; + echo "$ immudex-crypt close immudex-crypt[0-9] | ic[0-9] | [0-9]"; } function list() { -- 2.39.5