nochowderforyou / clams

Clam Project
MIT License
62 stars 58 forks source link

typo in help string #181

Closed dooglus closed 9 years ago

dooglus commented 9 years ago

In 'clamd --help' output:

-datadir=<dir>         Specify data directory
-wallet=<dir>          Specify wallet file (within data directory)

The -wallet value is a file, not a directory. Change to -wallet=?

dooglus commented 9 years ago

Fixed in 97d9fb79.