changeset 319:61f6233bcf0f

Update usage and copyright strings in wine-py2exe.
author Simon Cross <hodgestar@gmail.com>
date Sat, 05 Sep 2009 19:22:58 +0000
parents b1bc9c856130
children 9bf0e701a36e
files wine-py2exe
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/wine-py2exe	Sat Sep 05 19:20:01 2009 +0000
+++ b/wine-py2exe	Sat Sep 05 19:22:58 2009 +0000
@@ -1,8 +1,8 @@
 #!/bin/sh
-# Copyright 2008 Simon Cross <hodgestar@gmail.com>
+# Copyright 2009 Simon Cross <hodgestar@gmail.com>
 # GPL - see COPYING for details
 #
-# Usage: wine-py2exe <dependencies folder>
+# Usage: wine-py2exe
 
 OFA_VERSION=`PYTHONPATH=. python -c "from gamelib import version; print version.VERSION_STR"`
 BUILD_FOLDER="foxassault-${OFA_VERSION}"