Branch: refs/heads/master
Home: https://github.com/btcsuite/btcwallet
Commit: 4d51f8358ffd65d24dacdada087a1b3063d99c5f
https://github.com/btcsuite/btcwallet/commit/4d51f8358ffd65d24dacdada087a1b3063d99c5f
Author: Josh Rickmar <[email protected]>
Date: 2016-05-04 (Wed, 04 May 2016)
Changed paths:
M config.go
Log Message:
-----------
Use -b for deprecated --datadir short option.
When 29f31725ee57fcf4a1118b420f8c115c2742da0a deprecated the datadir
option, replacing it with --appdata/-A, the short --datadir option was
unintentinally changed from -b to -D. It was previously changed to -b
in fda2e14b99bba7e8ff4cf0f7434e1f5e8b130205 for consistency with
btcd's --datadir short option.
This change reverts the unintentional switch back to -D.