mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Enhance help text for print_ring.
This commit is contained in:
parent
3900fb779f
commit
3998a937e5
3 changed files with 14 additions and 6 deletions
|
@ -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 <key_image|txid></source>
|
||||
<source>usage: print_ring <key_image> | <txid></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -1979,7 +1979,10 @@ Pending or Failed: "failed"|"pending", "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 > 1)</source>
|
||||
<source>Print the ring(s) used to spend a given key image or transaction (if the ring size is > 1)
|
||||
|
||||
Output format:
|
||||
Key Image, "absolute", list of rings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue