File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 2727helpFunction ()
2828{
2929 echo " FUCK $1 - something went wrong"
30- echo " Usage: $0 -f parameterF -d parameterD -j parameterJ"
31- echo -e " \t-f For Fee-Factor parameterF"
32- echo -e " \t-d For Direction push (f) or pull (t) liquidity parameterD"
30+ echo " Usage: $0 -j <CHAN-ID1> -k <CHAN-ID2> -l <CHAN-ID3> ..."
3331 echo -e " \t-j Single channel ID of first and required channel"
3432 echo -e " \t-k-p arguments allow for passing additional optional channels to rebalance"
3533 exit 1 # Exit script after printing help
5351if [ -z " $parameterJ " ]
5452then
5553 echo " Required parameters are empty" ;
56- helpFunction Unten
54+ helpFunction
5755fi
5856
5957rebalance_something ()
218216 then
219217 echo " kthxbuy - exiting"
220218 break
219+ exit 1
221220 else
222221 echo " "
223222 echo " All right let's f'ing go 🚀"
You can’t perform that action at this time.
0 commit comments