correct mistyped msg. (#4341)

Summary:
corrected the mistyped message.
Pull Request resolved: https://github.com/facebook/rocksdb/pull/4341

Differential Revision: D9816571

Pulled By: ajkr

fbshipit-source-id: 1df0424e981a01470a638a37b925c4133d59a48b
main
kckjn97 6 years ago committed by Facebook Github Bot
parent 0bd2ede10e
commit 902261519e
  1. 2
      tools/write_external_sst.sh

@ -4,7 +4,7 @@
#
if [ "$#" -lt 3 ]; then
echo "usagee: $BASH_SOURCE <input_data_path> <DB Path> <extern SST dir>"
echo "usage: $BASH_SOURCE <input_data_path> <DB Path> <extern SST dir>"
exit 1
fi

Loading…
Cancel
Save