scrapy / scrapyd-client

Command line client for Scrapyd server
BSD 3-Clause "New" or "Revised" License
770 stars 146 forks source link

typo in your tutorial #39

Closed super1-chen closed 7 years ago

super1-chen commented 7 years ago

Dear: I found a typo in your readme,

super1-chen commented 7 years ago
scrapyd-deploy -L exmaple

should be changed to

   scrapyd-deploy -l exmaple 
Digenis commented 7 years ago

Hi, @super1-chen

It's not a typo. -L, in contrast to -l, takes a target name as an argument. If you have suggestions on how the arguments should be parsed feel free to discuss here or in a new issue.

super1-chen commented 7 years ago

thanks