diff options
| author | Tadeas Moravec <moravec.tadeas@gmail.com> | 2018-11-16 15:15:35 +0000 |
|---|---|---|
| committer | Tadeas Moravec <moravec.tadeas@gmail.com> | 2018-11-16 15:15:35 +0000 |
| commit | 3998a937e506cef027fa267adce16425ed6193d4 (patch) | |
| tree | 440a1f64cad6188c237555dd4c368283714d407c /translations/monero.ts | |
| parent | 3900fb779fbd3ebdb0eeb8c9d574bdd85c35ecf3 (diff) | |
| download | monzero-core-3998a937e506cef027fa267adce16425ed6193d4.tar.gz monzero-core-3998a937e506cef027fa267adce16425ed6193d4.tar.xz monzero-core-3998a937e506cef027fa267adce16425ed6193d4.zip | |
Enhance help text for print_ring.
Diffstat (limited to 'translations/monero.ts')
| -rw-r--r-- | translations/monero.ts | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/translations/monero.ts b/translations/monero.ts index d17317ae9..23eadff84 100644 --- a/translations/monero.ts +++ b/translations/monero.ts @@ -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> |
