SF.net SVN: geany: [2447] trunk

frlan at users.sourceforge.net frlan at xxxxx
Fri Apr 4 23:01:10 UTC 2008


Revision: 2447
          http://geany.svn.sourceforge.net/geany/?rev=2447&view=rev
Author:   frlan
Date:     2008-04-04 16:01:09 -0700 (Fri, 04 Apr 2008)

Log Message:
-----------
Make help output of changelist.pl better readable if there are not enough arguments given

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/scripts/changelist.pl

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-04-04 22:23:00 UTC (rev 2446)
+++ trunk/ChangeLog	2008-04-04 23:01:09 UTC (rev 2447)
@@ -1,6 +1,8 @@
 2008-04-04  Frank Lanitz  <frank(at)frank(dot)uvena(dot)de>
 
- * Makefile.am: Fixed issue on make dist with intl_stats.sh-script.
+ * Makefile.am: Fix issue on make dist with intl_stats.sh-script.
+ * scripts/changelist.pl: Make help output better readable if there are
+   not enough arguments given.
 
 
 2008-04-03  Nick Treleaven  <nick(dot)treleaven(at)btinternet(dot)com>

Modified: trunk/scripts/changelist.pl
===================================================================
--- trunk/scripts/changelist.pl	2008-04-04 22:23:00 UTC (rev 2446)
+++ trunk/scripts/changelist.pl	2008-04-04 23:01:09 UTC (rev 2447)
@@ -10,7 +10,7 @@
 
 use strict;
 
-my $scriptname = "changelist";
+my $scriptname = "changelist.pl";
 my $argc = $#ARGV + 1;
 
 ($argc == 2)


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list