aboutsummaryrefslogtreecommitdiff
path: root/src/regex/gnunet-regex-simulation-profiler.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/regex/gnunet-regex-simulation-profiler.c')
-rw-r--r--src/regex/gnunet-regex-simulation-profiler.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regex/gnunet-regex-simulation-profiler.c b/src/regex/gnunet-regex-simulation-profiler.c
index 422e45565..67c2ecfff 100644
--- a/src/regex/gnunet-regex-simulation-profiler.c
+++ b/src/regex/gnunet-regex-simulation-profiler.c
@@ -693,13 +693,13 @@ main (int argc, char *const *argv)
693{ 693{
694 struct GNUNET_GETOPT_CommandLineOption options[] = { 694 struct GNUNET_GETOPT_CommandLineOption options[] = {
695 695
696 GNUNET_GETOPT_OPTION_STRING ('t', 696 GNUNET_GETOPT_option_string ('t',
697 "table", 697 "table",
698 "TABLENAME", 698 "TABLENAME",
699 gettext_noop ("name of the table to write DFAs"), 699 gettext_noop ("name of the table to write DFAs"),
700 &table_name), 700 &table_name),
701 701
702 GNUNET_GETOPT_OPTION_SET_UINT ('p', 702 GNUNET_GETOPT_option_uint ('p',
703 "max-path-compression", 703 "max-path-compression",
704 "MAX_PATH_COMPRESSION", 704 "MAX_PATH_COMPRESSION",
705 gettext_noop ("maximum path compression length"), 705 gettext_noop ("maximum path compression length"),