[GRASS-SVN] r50679 - grass-addons/tools

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Feb 6 00:47:43 EST 2012


Author: hamish
Date: 2012-02-05 21:47:43 -0800 (Sun, 05 Feb 2012)
New Revision: 50679

Modified:
   grass-addons/tools/module_key_list.sh
Log:
fix diff cmd

Modified: grass-addons/tools/module_key_list.sh
===================================================================
--- grass-addons/tools/module_key_list.sh	2012-02-05 23:40:07 UTC (rev 50678)
+++ grass-addons/tools/module_key_list.sh	2012-02-06 05:47:43 UTC (rev 50679)
@@ -103,7 +103,7 @@
 
 
 g.message "List written to <$OUTFILE>."
-g.message " Next run: diff -u -c 7 module_key_list_\$OLD.txt module_key_list_\$NEW.txt"
+g.message " Next run: diff -U 7 module_key_list_\$OLD.txt module_key_list_\$NEW.txt"
 
 ## todo: how to sort per-module params and flags so a re-arrangement of
 ##       order doesn't indicate an interface change?



More information about the grass-commit mailing list