]> Sergey Matveev's repositories - torn.git/commitdiff
Proper zsh spelling
authorSergey Matveev <stargrave@stargrave.org>
Wed, 22 Mar 2023 08:43:09 +0000 (11:43 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Wed, 22 Mar 2023 08:43:09 +0000 (11:43 +0300)
torn.pl
torn.zsh

diff --git a/torn.pl b/torn.pl
index a029b560d46e5f51acbd4d17952e81c5cd9d3b87..2b4f1fcd7de05590c15bdde0b9757a9d2aebeb0c 100755 (executable)
--- a/torn.pl
+++ b/torn.pl
@@ -22,7 +22,7 @@ This Perl script takes directory file list and renames all files,
 making some substitution changes. It has some rules for musical
 files and rules to convert russian filenames to translit.
 
 making some substitution changes. It has some rules for musical
 files and rules to convert russian filenames to translit.
 
-This version is unsupported! Use zsh-based implementation instead.
+This version is unsupported! Use Z shell-based implementation instead.
 
 =head1 USAGE
 
 
 =head1 USAGE
 
index 4d8bcd707a05e283812ddbe3b5127438e3d78000..df642d64f287ec8a499dd449eda24af06002a974 100755 (executable)
--- a/torn.zsh
+++ b/torn.zsh
@@ -5,9 +5,9 @@
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation, version 3 of the License.
 
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation, version 3 of the License.
 
-# Initially this script was written on Perl, but now it is zsh function,
-# that is intended to be used with zmv command. It is much more flexible
-# to be used with zsh'es glob expansion.
+# Initially this script was written on Perl, but now it is Z shell
+# function, that is intended to be used with zmv command. It is much
+# more flexible to be used with zsh'es glob expansion.
 #
 # * transliterates everything
 # * replaces non FAT-compatible characters with underscores
 #
 # * transliterates everything
 # * replaces non FAT-compatible characters with underscores