Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in the doc for load #4

Closed
dmathieu opened this issue Apr 20, 2010 · 2 comments
Closed

Typo in the doc for load #4

dmathieu opened this issue Apr 20, 2010 · 2 comments

Comments

@dmathieu
Copy link

Hello,

In the README file, you're saying :

couch-docs load "http://localhost:5984/db" path/to/dump_dir/

However the appropriate command is the following :

couch-docs load path/to/dump_dir/ "http://localhost:5984/db"
@eee-c
Copy link
Owner

eee-c commented Apr 21, 2010

Actually load is deprecated, it should be
couch-docs push "http://localhost:5984/db" path/to/dump_dir/

I made the change to be more in-line with couchapp and to make the directory optional (defaults to the current directory).

I will update the README accordingly. Thanks!

@eee-c
Copy link
Owner

eee-c commented Apr 21, 2010

Update the README to reflect preference for "push" rather than "load". closed by 713087b

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants