joinmarket-clientserver icon indicating copy to clipboard operation
joinmarket-clientserver copied to clipboard

Fix typos in command descriptions

Open f0dc343395 opened this issue 3 years ago • 3 comments

A multi line string literal should be used to fix these typos. And example of a typo coming from this is utxoduring from line 59 and 60.

https://github.com/JoinMarket-Org/joinmarket-clientserver/blob/17c93ee9437ec6f6e55040e4223b35ebcdfc5204/scripts/sendtomany.py#L54-L71

f0dc343395 avatar Dec 09 '20 20:12 f0dc343395

Thanks, agreed.

AdamISZ avatar Dec 09 '20 22:12 AdamISZ

The most egregious example of bad formatting was fixed in #783 (it is less trivial than you'd think - see that commit for why, basically optparse munges newlines so a multiline string is not quite enough).

I'll make a PR to fix all the others at some point, unless someone else wants to, using the same trick as in #783.

AdamISZ avatar Jan 20 '21 11:01 AdamISZ

This looks like it was fixed in #806

As far as I can see the other scripts use multiline string literals now also?

nlightenme avatar Jun 28 '22 16:06 nlightenme