summaryrefslogtreecommitdiffstats
path: root/Demo/sgi/video/vcopy.py
diff options
context:
space:
mode:
Diffstat (limited to 'Demo/sgi/video/vcopy.py')
-rwxr-xr-xDemo/sgi/video/vcopy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/sgi/video/vcopy.py b/Demo/sgi/video/vcopy.py
index 1842094..fe012ea 100755
--- a/Demo/sgi/video/vcopy.py
+++ b/Demo/sgi/video/vcopy.py
@@ -10,7 +10,7 @@ def report(time, iframe):
print 'Frame', iframe, ': t =', time
def usage():
- sys.write('usage: vcopy infile outfile\n')
+ sys.stderr.write('usage: vcopy infile outfile\n')
sys.exit(2)
def help():