From: <ny...@us...> - 2006-07-30 04:15:29
|
Revision: 161 Author: nyaochi Date: 2006-07-29 21:15:24 -0700 (Sat, 29 Jul 2006) ViewCVS: http://svn.sourceforge.net/pmplib/?rev=161&view=rev Log Message: ----------- Forgot to document -z (--source) option. Modified Paths: -------------- trunk/pmplib/frontend/easypmp/cui/option.c Modified: trunk/pmplib/frontend/easypmp/cui/option.c =================================================================== --- trunk/pmplib/frontend/easypmp/cui/option.c 2006-07-30 04:07:19 UTC (rev 160) +++ trunk/pmplib/frontend/easypmp/cui/option.c 2006-07-30 04:15:24 UTC (rev 161) @@ -72,6 +72,7 @@ fprintf(fp, "Media database options:\n"); fprintf(fp, " -c, --create Construct a media database\n"); fprintf(fp, " -u, --update Update the existing media database incrementally\n"); + fprintf(fp, " -z, --source=SOURCE Specify a source for obtaining media information\n"); fprintf(fp, " -R, --repr Output a database structure in plain text\n"); fprintf(fp, " -L, --repr-level=VAL Specify representation level\n"); fprintf(fp, " -t, --strip-words=VAL Specify a list (CSV) of words to strip from artist names\n"); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |