From c8eedb58469d3099dd23271d8cb8a1cf8c840c3f Mon Sep 17 00:00:00 2001 From: Louwrentius Date: Fri, 13 Mar 2009 10:45:13 +0000 Subject: [PATCH] Edited wiki page through web user interface. --- wiki/Manual1.wiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/Manual1.wiki b/wiki/Manual1.wiki index 187c61e..56466f4 100644 --- a/wiki/Manual1.wiki +++ b/wiki/Manual1.wiki @@ -141,7 +141,7 @@ In this example, a list of URLs is provided by the file list.txt. These urls are Some commands require that you specify an output file. An example of such a command or program is the Lame mp3 encoder. Since the output file must be unique for each item, the output file name must be based on a variable. Like this: --c 'lame -a "$ITEM" "/some/path/$ITEM.mp3" --preset standard --quiet' +`-c 'lame -a "$ITEM" "/some/path/$ITEM.mp3" --preset standard --quiet'` The filename of the item is reused to create the output file name.