taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

taler-exchange-expire.1.rst (1937B)


      1 taler-exchange-expire(1)
      2 #########################
      3 
      4 .. only:: html
      5 
      6    Name
      7    ====
      8 
      9    **taler-exchange-expire** - refund expired purses
     10 
     11 Synopsis
     12 ========
     13 
     14 **taler-exchange-expire**
     15 [**-c** *FILENAME* | **--config=**\ ‌\ *FILENAME*]
     16 [**-h** | **--help**]
     17 [**-L** *LOGLEVEL* | **--loglevel=**\ ‌\ *LOGLEVEL*]
     18 [**-l** *FILENAME* | **--logfile=**\ ‌\ *FILENAME*]
     19 [**-T** *USEC* | **--timetravel=**\ \ *USEC*]
     20 [**-t** | **--test**]
     21 [**-v** | **--version**]
     22 
     23 Description
     24 ===========
     25 
     26 **taler-exchange-expire** is a command-line tool to run refund
     27 money in purses that were not merged before their expiration time.
     28 This allows the wallet to recover the funds deposited into the
     29 purse using a refresh operation.
     30 
     31 
     32 **-c** *FILENAME* \| **--config=**\ ‌\ *FILENAME*
     33    Use the configuration and other resources for the exchange to operate
     34    from *FILENAME*.
     35 
     36 **-h** \| **--help**
     37    Print short help on options.
     38 
     39 **-L** *LOGLEVEL* \| **--loglevel=**\ ‌\ *LOGLEVEL*
     40    Specifies the log level to use. Accepted values are: ``DEBUG``, ``INFO``,
     41    ``WARNING``, ``ERROR``.
     42 
     43 **-l** *FILENAME* \| **--logfile=**\ ‌\ *FILENAME*
     44    Send logging output to *FILENAME*.
     45 
     46 **-T** *USEC* \| **--timetravel=**\ \ *USEC*
     47    Modify the system time by *USEC* microseconds.
     48    *USEC* may be prefixed with ``+`` or ``-`` (e.g. ``-T +300``).
     49    This option is intended for debugging/testing only.
     50 
     51 **-t** \| **--test**
     52    Run in test mode and exit when idle.
     53 
     54 **-v** \| **--version**
     55    Print version information.
     56 
     57 Exit Status
     58 ===========
     59 
     60 ``0``
     61    Successful termination.
     62 
     63 ``1``
     64    An operational failure occurred.
     65 
     66 ``2``
     67    The command-line arguments are invalid.
     68 
     69 ``6``
     70    A required configuration setting is missing or invalid.
     71 
     72 See Also
     73 ========
     74 
     75 taler-exchange-router(1), taler-exchange-httpd(1), taler-exchange.conf(5).
     76 
     77 Bugs
     78 ====
     79 
     80 Report bugs by using https://bugs.taler.net/ or by sending electronic
     81 mail to <taler@gnu.org>.