Mercurial > audlegacy
changeset 4601:0a2255b9e80b
Fix help messages in audtool to have correct tuple field names... this
should be done better, though.
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Wed, 04 Jun 2008 19:24:40 +0300 |
parents | e5119c001bb4 |
children | 93b9364bd731 |
files | src/audtool/audtool_handlers_playlist.c src/audtool/audtool_handlers_vitals.c |
diffstat | 2 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/audtool/audtool_handlers_playlist.c Wed Jun 04 19:09:27 2008 +0300 +++ b/src/audtool/audtool_handlers_playlist.c Wed Jun 04 19:24:40 2008 +0300 @@ -381,8 +381,8 @@ audtool_whine("invalid parameters for %s.", argv[0]); audtool_whine("syntax: %s <fieldname> <position>", argv[0]); audtool_whine(" - fieldname example choices include but are not limited to:"); - audtool_whine(" artist, album, title, track_number, year, date,"); - audtool_whine(" genre, comment, file_name, file_ext, file_path,"); + audtool_whine(" artist, album, title, track-number, year, date,"); + audtool_whine(" genre, comment, file-name, file-ext, file-path,"); audtool_whine(" length, formatter, custom, mtime"); exit(1); }
--- a/src/audtool/audtool_handlers_vitals.c Wed Jun 04 19:09:27 2008 +0300 +++ b/src/audtool/audtool_handlers_vitals.c Wed Jun 04 19:24:40 2008 +0300 @@ -168,8 +168,8 @@ audtool_whine("invalid parameters for %s.", argv[0]); audtool_whine("syntax: %s <fieldname>", argv[0]); audtool_whine(" - fieldname example choices include but are not limited to:"); - audtool_whine(" artist, album, title, track_number, year, date,"); - audtool_whine(" genre, comment, file_name, file_ext, file_path,"); + audtool_whine(" artist, album, title, track-number, year, date,"); + audtool_whine(" genre, comment, file-name, file-ext, file-path,"); audtool_whine(" length, formatter, custom, mtime"); exit(1); }