# HG changeset patch # User William Pitcock # Date 1194374333 21600 # Node ID 134cc28dc46860a79bc9f07862cc932d6e93db74 # Parent 1792ab5813217a1f20f73fa366adbca445e30b3b update tuple field suggestions diff -r 1792ab581321 -r 134cc28dc468 src/audtool/audtool_handlers_playlist.c --- 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 ", 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); } diff -r 1792ab581321 -r 134cc28dc468 src/audtool/audtool_handlers_vitals.c --- 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 ", 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); }