git-svn: support -C<num> passing to git-diff-tree
[git.git] / git-lost-found.sh
index 3892f52..ba6d587 100755 (executable)
@@ -1,6 +1,13 @@
 #!/bin/sh
 
-. git-sh-setup || die "Not a git archive."
+USAGE=''
+SUBDIRECTORY_OK='Yes'
+. git-sh-setup
+
+if [ "$#" != "0" ]
+then
+    usage
+fi
 
 laf="$GIT_DIR/lost-found"
 rm -fr "$laf" && mkdir -p "$laf/commit" "$laf/other" || exit