]> git.phdru.name Git - dotfiles.git/commitdiff
mc.menu: change titles
authorOleg Broytman <phd@phdru.name>
Sat, 17 Jan 2015 18:00:21 +0000 (21:00 +0300)
committerOleg Broytman <phd@phdru.name>
Sat, 17 Jan 2015 18:00:21 +0000 (21:00 +0300)
.mc/menu

index 1ddf2406f051c078247aac2ce7d71455469d702d..ffabda40e6a2b8d8e8b3e9d5f7e29f060aa91456 100644 (file)
--- a/.mc/menu
+++ b/.mc/menu
@@ -203,7 +203,7 @@ P  Play directory with gmplayer
    gmplayer %f/* &
 
 + t d & f ^\.\.$
-b  Make a .tar.bz2 release of the current directory
+b  Compress the current subdirectory to tar.bz2
    Pwd="`basename %d /`"
    echo -n "Name of the distribution file (without extension) [$Pwd]: "
    read tar
@@ -212,7 +212,7 @@ b  Make a .tar.bz2 release of the current directory
    echo ../"$tar".tar.bz2 created.
 
 + t d & f ^\.\.$
-g  Make a .tar.gz release of the current directory
+g  Compress the current subdirectory to tar.gz
    Pwd="`basename %d /`"
    echo -n "Name of the distribution file (without extension) [$Pwd]: "
    read tar
@@ -221,7 +221,7 @@ g  Make a .tar.gz release of the current directory
    echo ../"$tar".tar.gz created.
 
 + t d & f ^\.\.$
-t  Make a .tar release of the current directory
+t  Compress the current subdirectory to tar
    Pwd="`basename %d /`"
    echo -n "Name of the distribution file (without extension) [$Pwd]: "
    read tar
@@ -230,7 +230,7 @@ t  Make a .tar release of the current directory
    echo ../"$tar".tar created.
 
 + t d & f ^\.\.$
-z  Make a .zip release of the current directory
+z  Compress the current subdirectory to zip
    Pwd="`basename %d /`"
    echo -n "Name of the distribution file (without extension) [$Pwd]: "
    read zip
@@ -239,7 +239,7 @@ z  Make a .zip release of the current directory
    echo ../"$zip".zip created.
 
 + t d & f ^\.\.$
-y  Make a .zip release of the current directory with recoded filenames
+y  Compress the current subdirectory to zip with recoded filenames
    Pwd="`basename %d /`"
    echo -n "Name of the distribution file (without extension) [$Pwd]: "
    read zip