Index: trunk/Nebulous/bin/neb-touch
===================================================================
--- trunk/Nebulous/bin/neb-touch	(revision 16179)
+++ trunk/Nebulous/bin/neb-touch	(revision 16180)
@@ -3,5 +3,5 @@
 # Copyright (C) 2007-2008  Joshua Hoblitt
 #
-# $Id: neb-touch,v 1.3 2008-01-22 21:14:55 jhoblitt Exp $
+# $Id: neb-touch,v 1.4 2008-01-22 21:25:43 jhoblitt Exp $
 
 use strict;
@@ -41,5 +41,5 @@
 
 unless ($neb->find($file)) {
-    $neb->create($file, 0, $volume)
+    $neb->create($file, $volume)
         or die "failed to create Nebulous key $file";
 }
