Branch: refs/heads/master
Home: https://github.com/conformal/btcd
Commit: 08c01f08b103f6d6875ae8464abf0f5a1c307c67
https://github.com/conformal/btcd/commit/08c01f08b103f6d6875ae8464abf0f5a1c307c67
Author: Dave Collins <[email protected]>
Date: 2014-07-14 (Mon, 14 Jul 2014)
Changed paths:
M config.go
Log Message:
-----------
Only show parse errors and command to invoke usage.
Rather than showing the usage when an error is encounted during options
parsing, show a message that describes how to invoke help instead. This
is useful because the help is long enough now that the error is often
overlooked since it scrolls out of view.
ok @jrick