]> gitweb.morketsmerke.org Git - idle.git/commitdiff
Usunięcie nadmiarowych poleceń 'echo' z końca pliku
authorxf0r3m <jakubstasinski@protonmail.com>
Wed, 9 Aug 2023 16:13:12 +0000 (18:13 +0200)
committerxf0r3m <jakubstasinski@protonmail.com>
Wed, 9 Aug 2023 16:13:12 +0000 (18:13 +0200)
idle-clic

index ee33969a3172abcea7262da1e3560743c227347b..c58a867c8d452903b3728fd722e6870b2b5b7279 100755 (executable)
--- a/idle-clic
+++ b/idle-clic
@@ -42,16 +42,3 @@ else
   help;
   exit 1;
 fi
-  echo "Options:";
-  echo "  list-distros - listing available containers with Linux distros on this server";
-  echo "  shell <distro_name> - bring up the shell of given distro";
-  echo "  check-commmand <distro_name> <command> - verify is given command exists in given distro";
-  echo "  apropos <distro_name> <keywords> - finds commmands match to given keywords";
-  echo "  pkgsearch <distro_name> <package> - check is given package is ready to install in given distro";
-  echo;
-  echo "<distro_name> - pointing only one distro, but use also:"
-  echo "  <group>:";
-  echo "    --deb - .deb packages using distros (debian,kali,ubuntu)";
-  echo "    --rpm - .rpm packages using distros (fedora,rocky,opensuse)";
-  echo "    --other - other distros don't match to above (alpine,archlinux,gentoo,void)";
-  echo "  or <--all> - all 10 available distros (warning, output could be large, use some of pager)";