oreilly / couchdb-guide

CouchDB: The Definitive Guide
http://guide.couchdb.org/
501 stars 139 forks source link

Consistency b/n paragraph text and code fence for curl option flag #525

Closed eckdanny closed 9 years ago

eckdanny commented 9 years ago

The code fence uses the --data-binary @filename flag, but the subsequent paragraph references the same operation using the -d shorthand. Changed for consistency, and also to reduce liklihood of confusing readers who aren't familar with the UNIX long-hand and short-hand conventions (eg; --foo-bar vs -f).

janl commented 9 years ago

excellent, thank you! :)