diff --git a/bin/couchapp b/bin/couchapp index f9b272a..29eb8cb 100755 --- a/bin/couchapp +++ b/bin/couchapp @@ -47,6 +47,7 @@ when /push/ dbspec = CouchRest.parse(dbstring) fm = CouchRest::FileManager.new(dbspec[:database], dbspec[:host]) fm.push_app(dir, appname) + when /pull/ puts "pull is not yet implemented"