diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/auditor/taler-auditor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auditor/taler-auditor.c b/src/auditor/taler-auditor.c index c03af0eee..3b6f3c4aa 100644 --- a/src/auditor/taler-auditor.c +++ b/src/auditor/taler-auditor.c @@ -3360,7 +3360,7 @@ main (int argc, &master_pub)), GNUNET_GETOPT_OPTION_SET_ONE ('r', "restart", - "restart audit from the beginning", + "restart audit from the beginning (required on first run)", &restart), GNUNET_GETOPT_OPTION_END }; |