aboutsummaryrefslogtreecommitdiff
path: root/src/util/gnunet-scrypt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/gnunet-scrypt.c')
-rw-r--r--src/util/gnunet-scrypt.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/util/gnunet-scrypt.c b/src/util/gnunet-scrypt.c
index 7c73cfe1e..3b3b7d695 100644
--- a/src/util/gnunet-scrypt.c
+++ b/src/util/gnunet-scrypt.c
@@ -311,22 +311,22 @@ main (int argc,
311 char *const *argv) 311 char *const *argv)
312{ 312{
313 struct GNUNET_GETOPT_CommandLineOption options[] = { 313 struct GNUNET_GETOPT_CommandLineOption options[] = {
314 GNUNET_GETOPT_OPTION_SET_ULONG ('b', 314 GNUNET_GETOPT_option_ulong ('b',
315 "bits", 315 "bits",
316 "BITS", 316 "BITS",
317 gettext_noop ("number of bits to require for the proof of work"), 317 gettext_noop ("number of bits to require for the proof of work"),
318 &nse_work_required), 318 &nse_work_required),
319 GNUNET_GETOPT_OPTION_FILENAME ('k', 319 GNUNET_GETOPT_option_filename ('k',
320 "keyfile", 320 "keyfile",
321 "FILE", 321 "FILE",
322 gettext_noop ("file with private key, otherwise default is used"), 322 gettext_noop ("file with private key, otherwise default is used"),
323 &pkfn), 323 &pkfn),
324 GNUNET_GETOPT_OPTION_FILENAME ('o', 324 GNUNET_GETOPT_option_filename ('o',
325 "outfile", 325 "outfile",
326 "FILE", 326 "FILE",
327 gettext_noop ("file with proof of work, otherwise default is used"), 327 gettext_noop ("file with proof of work, otherwise default is used"),
328 &pwfn), 328 &pwfn),
329 GNUNET_GETOPT_OPTION_SET_RELATIVE_TIME ('t', 329 GNUNET_GETOPT_option_relative_time ('t',
330 "timeout", 330 "timeout",
331 "TIME", 331 "TIME",
332 gettext_noop ("time to wait between calculations"), 332 gettext_noop ("time to wait between calculations"),