]> gitweb.morketsmerke.org Git - immudex-testing.git/commitdiff
Poprawienie nazwy narzędzia w funkcji pomocy
authorxf0r3m <jakubstasinski@protonmail.com>
Mon, 14 Aug 2023 09:32:30 +0000 (11:32 +0200)
committerxf0r3m <jakubstasinski@protonmail.com>
Mon, 14 Aug 2023 09:32:30 +0000 (11:32 +0200)
tools/immudex-crypt

index eb757a3d79e9d322ac01e340072b540aebd27c71..e112e09273b0225e142f72889d010f9c0eb919b5 100755 (executable)
@@ -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 <disk partition>";
-  echo "$ immudex_crypt open <crypt_LUKS device>";
-  echo "$ immudex_crypt close immudex-crypt[0-9] | ic[0-9] | [0-9]";
+  echo "$ immudex-crypt list";
+  echo "$ immudex-crypt create <disk partition>";
+  echo "$ immudex-crypt open <crypt_LUKS device>";
+  echo "$ immudex-crypt close immudex-crypt[0-9] | ic[0-9] | [0-9]";
 }
 
 function list() {