From 44aa4f84f7f6606cb7cb94b2495480e737a646a9 Mon Sep 17 00:00:00 2001 From: xf0r3m Date: Mon, 14 Aug 2023 11:26:04 +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-morketsmerke | 4 ++-- tools/immudex-newsfeed | 4 ++-- tools/immudex-pl | 4 ++-- tools/immudex-upgrade | 4 ++-- tools/immudex-ytplay | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/tools/immudex-morketsmerke b/tools/immudex-morketsmerke index 7193473..826d745 100755 --- a/tools/immudex-morketsmerke +++ b/tools/immudex-morketsmerke @@ -2,9 +2,9 @@ function help() { echo "======================================================================"; - echo "morketsmerke - script for fetch and adjust morketsmerke.net site"; + echo "immudex-morketsmerke - script for fetch and adjust morketsmerke.net site"; echo "as offline available source of information."; - echo "morketsmerke.net COPYLEFT @ 2022"; + echo "@ 2023 morketsmerke.org"; echo; echo "Options:"; echo " --browser - launching fetched site in default application for open" diff --git a/tools/immudex-newsfeed b/tools/immudex-newsfeed index 1f9d304..9ed98ff 100755 --- a/tools/immudex-newsfeed +++ b/tools/immudex-newsfeed @@ -1,8 +1,8 @@ #!/bin/bash function help() { - echo "newsfeed - fetch and browse news feed from rss and atom channels"; - echo "morketsmerke.net; COPYLEFT @ 2022"; + echo "immudex-newsfeed - fetch and browse news feed from rss and atom channels"; + echo "@ 2023 morketsmerke.org"; echo; echo "Options:"; echo " --list - shows numbered list of names, saved in ~/.newsfeed names and"; diff --git a/tools/immudex-pl b/tools/immudex-pl index 7f08f4f..4ed829b 100755 --- a/tools/immudex-pl +++ b/tools/immudex-pl @@ -14,8 +14,8 @@ else fi function help() { - echo "pl - Play Links. Skrypt to odtwarzania multimediów z listy linków"; - echo "morketsmerke.org; COPYLEFT; 2023"; + echo "immudex-pl - Play Links. Skrypt to odtwarzania multimediów z listy linków"; + echo "@ 2023 morketsmerke.org"; echo; echo "Opcje:"; echo; diff --git a/tools/immudex-upgrade b/tools/immudex-upgrade index 3bf1ca0..fbfc50c 100755 --- a/tools/immudex-upgrade +++ b/tools/immudex-upgrade @@ -11,8 +11,8 @@ ENDCOLOR="\e[0m"; root="/run/live/medium"; function help() { - echo "immudex_upgrade - script for searching upgrades and upgrade immudex"; - echo "morketsmerke.org @ 2023"; + echo "immudex-upgrade - script for searching upgrades and upgrade immudex"; + echo "@ 2023 morketsmerke.org"; echo "Options:"; echo " --check --print - check there are upgrades for immudex"; echo " --upgrade - check there are upgrades for immudex and install them."; diff --git a/tools/immudex-ytplay b/tools/immudex-ytplay index 474a864..272fe41 100755 --- a/tools/immudex-ytplay +++ b/tools/immudex-ytplay @@ -6,8 +6,8 @@ BLUE="\e[34m"; ENDCOLOR="\e[0m"; function help() { - echo "ytplay - script which could play a video or audio track from youtube"; - echo "morketsmerke.net COPYLEFT @ 2022"; + echo "immudex-ytplay - script which could play a video or audio track from youtube"; + echo "@ 2023 morketsmerke.org"; echo "Options:"; echo " -s - search given keyword on youtube."; echo " -v - play youtube video." -- 2.39.5