diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-03-21 19:39:46 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-03-21 19:39:46 +0100 |
commit | c277dc2a18ee1d2ef1a2ed44eb32f3dcb1fb8e9d (patch) | |
tree | 0aff21687d5e193c6c6e4ae05b88b9b633ad785e /src/auditor/taler-helper-auditor-reserves.c | |
parent | e5e6c9b6b47347eb446f46a0279ad5ef955a26d1 (diff) |
style fixes
Diffstat (limited to 'src/auditor/taler-helper-auditor-reserves.c')
-rw-r--r-- | src/auditor/taler-helper-auditor-reserves.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/auditor/taler-helper-auditor-reserves.c b/src/auditor/taler-helper-auditor-reserves.c index 2e9385694..11d2f5648 100644 --- a/src/auditor/taler-helper-auditor-reserves.c +++ b/src/auditor/taler-helper-auditor-reserves.c @@ -1624,8 +1624,7 @@ run (void *cls, /** - * The main function of the database initialization tool. - * Used to initialize the Taler Exchange's database. + * The main function to check the database's handling of reserves. * * @param argc number of arguments from the command line * @param argv command line arguments @@ -1667,4 +1666,4 @@ main (int argc, } -/* end of taler-auditor-reserves.c */ +/* end of taler-helper-auditor-reserves.c */ |