From 54f4974c112ce9c4cd2a6493348ea80100b430c7 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Fri, 22 Jan 2010 21:28:08 +0100 Subject: convert2{mp3,ogg}: better description Signed-off-by: Florian Pritz --- convert2mp3 | 2 +- convert2ogg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/convert2mp3 b/convert2mp3 index ced6121..26c65a8 100755 --- a/convert2mp3 +++ b/convert2mp3 @@ -7,7 +7,7 @@ # (see COPYING for full license text) # #---------------------------------------------------- -# Converts a file to an MP3 +# Converts a number of files provided on the command line to MP3 #---------------------------------------------------- for i in "$@"; do diff --git a/convert2ogg b/convert2ogg index 1dc32d3..ec49617 100755 --- a/convert2ogg +++ b/convert2ogg @@ -7,7 +7,7 @@ # (see COPYING for full license text) # #---------------------------------------------------- -# Converts a file to an OGG +# Converts a number of files provided on the command line to OGG #---------------------------------------------------- for i in "$@"; do -- cgit v1.2.3-24-g4f1b