aboutsummaryrefslogtreecommitdiff
path: root/src/regex/gnunet-regex-simulation-profiler.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-03-25 21:25:44 +0100
committerChristian Grothoff <christian@grothoff.org>2017-03-25 21:25:44 +0100
commit5a7cef0202631204485cbcb1e36671e4321a936f (patch)
treeff3d10ac71f9284f18be7c33939f3438071e15c4 /src/regex/gnunet-regex-simulation-profiler.c
parent2ad934742422ecb63fe3fafdc8c73d067a9e2fb7 (diff)
downloadgnunet-5a7cef0202631204485cbcb1e36671e4321a936f.tar.gz
gnunet-5a7cef0202631204485cbcb1e36671e4321a936f.zip
rename GNUNET_GETOPT functions to achieve better consistency
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"),