From f6457a7ce5898a58e4c8be3f6f0c0eb5a3d14fa4 Mon Sep 17 00:00:00 2001 From: "Jonathan \"Duke\" Leto" Date: Mon, 19 Sep 2022 13:59:16 -0700 Subject: [PATCH] Clarify a confusing comment --- src/hush-smart-chain | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/hush-smart-chain b/src/hush-smart-chain index 2a33f0ba0..ae6a56a27 100755 --- a/src/hush-smart-chain +++ b/src/hush-smart-chain @@ -9,6 +9,7 @@ cd $DIR DEFAULTS="" -# People should just use hushd going forward +# People can just use hushd going forward, but this script makes it +# more clear what is going on HUSH="./hushd" $HUSH $DEFAULTS "$@"