lamer: fixed stupid typo
authorHarvie <tomas@mudrunka.cz>
Fri, 27 Aug 2010 21:43:58 +0000 (23:43 +0200)
committerHarvie <tomas@mudrunka.cz>
Fri, 27 Aug 2010 21:43:58 +0000 (23:43 +0200)
bash/lame-recoder/PKGBUILD
bash/lame-recoder/lamer.bash

index 20186bed73127e14eafd6294b8720a272965d69f..8ba0e1cffe5cd27074b8e2f3687ade03ec215bbb 100644 (file)
@@ -11,7 +11,7 @@ license=('GPL')
 url="http://aur.archlinux.org/packages.php?ID=35983"
 depends=('bash' 'lame')
 source=('lamer.bash')
-md5sums=('a5e73a9c46c913852dc327c067c2e09c')
+md5sums=('a77180ca36dfb966df860541734f5474')
 
 build() {
        mkdir -p ${pkgdir}/usr/bin
index d22b7434da6be743e20e790609b62ad0fd6f3a81..da3b225583f2d861c339f5e059f12518fef70386 100755 (executable)
@@ -27,11 +27,11 @@ echo -e "lame-recursive v$version (Harvie 2o1o)
        - Supports multiple CPUs/cores
 
        Usage:          $0 [preset] [cpu-cores]
-       Example:        cd ~/music;     $0 standart
+       Example:        cd ~/music;     $0 standard
        Example:        cd ~/spoken;    $0 voice
 
 presets:
-       VBR: voice, medium, standart, extreme, insane (= 320kbps CBR)
+       VBR: voice, medium, standard, extreme, insane (= 320kbps CBR)
        ABR: 8, 16, 32, 64, 80, 96, 112, 128, 160, 192, 224, 256, 320
        For more info:  lame --preset help
 
This page took 0.144105 seconds and 4 git commands to generate.