[Blends-commit] r2712 - /blends/trunk/team_analysis_tools/author_stats

tille at users.alioth.debian.org tille at users.alioth.debian.org
Mon Mar 14 21:14:04 UTC 2011


Author: tille
Date: Mon Mar 14 21:14:03 2011
New Revision: 2712

URL: http://svn.debian.org/wsvn/blends/?sc=1&rev=2712
Log:
Enable providing outputformat and textcolor

Modified:
    blends/trunk/team_analysis_tools/author_stats

Modified: blends/trunk/team_analysis_tools/author_stats
URL: http://svn.debian.org/wsvn/blends/blends/trunk/team_analysis_tools/author_stats?rev=2712&op=diff
==============================================================================
--- blends/trunk/team_analysis_tools/author_stats (original)
+++ blends/trunk/team_analysis_tools/author_stats Mon Mar 14 21:14:03 2011
@@ -3,7 +3,7 @@
 
 # set -x
 if [ "$1" = "" ] ; then
-    echo "Usage: `basename $0` <listname> [numauthors]"
+    echo "Usage: `basename $0` <listname> [numauthors] [outputformat] [textcolor]"
     exit 1
 fi
 
@@ -31,4 +31,4 @@
 ##       -e 's/&#xE1;/á/g' -e 's/&#xF1;/ñ/' \
 ##       -e 's/&#xE8;/è/g' -e 's/&#xF6;/ö/g' \
 
-./author_stats_create_graph $DATFILE $NUM "List activities for $1 list"
+./author_stats_create_graph $DATFILE $NUM "List activities for $1 list" "$3" "$4"




More information about the Blends-commit mailing list