Mercurial > audlegacy
changeset 3903:134cc28dc468
update tuple field suggestions
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Tue, 06 Nov 2007 12:38:53 -0600 |
parents | 1792ab581321 |
children | 086b94f5b96f |
files | src/audtool/audtool_handlers_playlist.c src/audtool/audtool_handlers_vitals.c |
diffstat | 2 files changed, 8 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/src/audtool/audtool_handlers_playlist.c Tue Nov 06 12:35:26 2007 -0600 +++ b/src/audtool/audtool_handlers_playlist.c Tue Nov 06 12:38:53 2007 -0600 @@ -345,10 +345,10 @@ { audtool_whine("invalid parameters for %s.", argv[0]); audtool_whine("syntax: %s <fieldname> <position>", argv[0]); - audtool_whine(" - fieldname example choices: performer, album_name,"); - audtool_whine(" track_name, track_number, year, date, genre, comment,"); - audtool_whine(" file_name, file_ext, file_path, length, formatter,"); - audtool_whine(" custom, mtime"); + 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(" length, formatter, custom, mtime"); exit(1); }
--- a/src/audtool/audtool_handlers_vitals.c Tue Nov 06 12:35:26 2007 -0600 +++ b/src/audtool/audtool_handlers_vitals.c Tue Nov 06 12:38:53 2007 -0600 @@ -167,10 +167,10 @@ { audtool_whine("invalid parameters for %s.", argv[0]); audtool_whine("syntax: %s <fieldname>", argv[0]); - audtool_whine(" - fieldname example choices: performer, album_name,"); - audtool_whine(" track_name, track_number, year, date, genre, comment,"); - audtool_whine(" file_name, file_ext, file_path, length, formatter,"); - audtool_whine(" custom, mtime"); + 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(" length, formatter, custom, mtime"); exit(1); }