Enhance help text for print_ring.

This commit is contained in:
Tadeas Moravec 2018-11-16 15:15:35 +00:00
parent 3900fb779f
commit 3998a937e5
No known key found for this signature in database
GPG key ID: AE1066CC94FA7B49
3 changed files with 14 additions and 6 deletions

View file

@ -1196,7 +1196,7 @@ This transaction will unlock on block %llu, in approximately %s days (assuming 2
</message>
<message>
<location filename="../src/simplewallet/simplewallet.cpp" line="1356"/>
<source>usage: print_ring &lt;key_image|txid&gt;</source>
<source>usage: print_ring &lt;key_image&gt; | &lt;txid&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -1979,7 +1979,10 @@ Pending or Failed: &quot;failed&quot;|&quot;pending&quot;, &quot;o
</message>
<message>
<location filename="../src/simplewallet/simplewallet.cpp" line="2534"/>
<source>Print the ring(s) used to spend a given key image or transaction (if the ring size is &gt; 1)</source>
<source>Print the ring(s) used to spend a given key image or transaction (if the ring size is &gt; 1)
Output format:
Key Image, &quot;absolute&quot;, list of rings</source>
<translation type="unfinished"></translation>
</message>
<message>