[Pkg-octave-commit] rev 616 - trunk/utils

Rafael Laboissiere rafael at costa.debian.org
Tue May 30 20:18:45 CEST 2006


Author: rafael
Date: 2006-05-30 18:18:44 +0000 (Tue, 30 May 2006)
New Revision: 616

Modified:
   trunk/utils/svn-commit-version
Log:
Improved usage message


Modified: trunk/utils/svn-commit-version
===================================================================
--- trunk/utils/svn-commit-version	2006-05-30 17:56:13 UTC (rev 615)
+++ trunk/utils/svn-commit-version	2006-05-30 18:18:44 UTC (rev 616)
@@ -17,7 +17,7 @@
   exit 0;
 }
 
-die "Usage: $prog [options] svn-dir [build-dir]\n"
+die "Usage: $prog [options] svn-dir [build-dir] [--package=trunk-pkg] [--dry-run]\n"
   if $#ARGV < 0 or $#ARGV > 1;
 
 sub dieif {




More information about the Pkg-octave-commit mailing list