diff options
-rwxr-xr-x | convert2mp3 | 2 | ||||
-rwxr-xr-x | 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 |