aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-07-19 02:35:10 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2011-07-19 02:35:10 +0300
commit24d9f35c71a4d6ce95c3d78a5602a1b23cda0418 (patch)
tree9c7ca53cac1c3e6bee6640c110fd9ec7ce54ac6b /NEWS
parent8335e1d85fe5cc6a9fc0146a1edf5f94aacdae6b (diff)
downloadidest-24d9f35c71a4d6ce95c3d78a5602a1b23cda0418.tar.gz
idest-24d9f35c71a4d6ce95c3d78a5602a1b23cda0418.tar.bz2
Minor fix
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 601118e..d0c9552 100644
--- a/NEWS
+++ b/NEWS
@@ -112,7 +112,7 @@ The full syntax is:
* Changes in Scheme representation of frame lists.
-Each frame in the list is represented as a cons. Car of this
+Each frame in the list is represented by a cons. Car of this
cons is the frame name (a string). Its cdr is an association list
keeping this frame properties. Keys in this list are property
IDs (Scheme symbols). The following properties are defined for
@@ -153,14 +153,14 @@ This feature is disabled if the argument contains directory separators
* Guile scripts can access and modify command line arguments.
-* Test script `echo.scm'
+* Test script `dry-run.scm'
-The test script `echo.scm' is installed in the program script
+The test script `dry-run.scm' is installed in the program script
directory. It allows you to check whether your scripts work in
the expected way and correctly modify the frames. For example,
to test the script `modify.scm' run
- idest --script echo.scm modify.scm *.mp3
+ idest --script dry-run modify.scm *.mp3
The program will print input file names and frames produced by
`modify.scm' without actually touching your data.

Return to:

Send suggestions and report system problems to the System administrator.