gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet-fuse] 02/02: fix ftbfs


From: gnunet
Subject: [GNUnet-SVN] [gnunet-fuse] 02/02: fix ftbfs
Date: Tue, 05 Jun 2018 23:10:23 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet-fuse.

commit eeb1cfa5e6f73c47997bf867bc6ba717d9725ec2
Merge: 12f1f12 3503aef
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Jun 5 23:10:18 2018 +0200

    fix ftbfs

 src/fuse/gnunet-fuse.c | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --cc src/fuse/gnunet-fuse.c
index e34fd8c,7d71975..a1c11e7
--- a/src/fuse/gnunet-fuse.c
+++ b/src/fuse/gnunet-fuse.c
@@@ -498,23 -498,24 +498,25 @@@ main (int argc, char *const *argv
  {
    struct GNUNET_GETOPT_CommandLineOption options[] = {
      GNUNET_GETOPT_option_string ('s',
 -                               "source",
 -                               "URI",
 -                               gettext_noop ("Source you get the URI from"), 
 -                               &source),
 -    GNUNET_GETOPT_option_filename ('d',
 -                                 "directory",
 -                                 "PATH",
 -                                 gettext_noop ("path to your mountpoint"), 
 -                                 &directory),
 +                                 "source",
 +                                 "URI",
 +                                 gettext_noop ("Source you get the URI from"),
 +                                 &source),
 +    GNUNET_GETOPT_option_string ('d',
 +                                 "directory",
 +                                 "PATH",
 +                                 gettext_noop ("path to your mountpoint"),
 +                                 &directory),
      GNUNET_GETOPT_option_flag ('t',
 -                             "single-threaded",
 -                             gettext_noop ("run in single-threaded mode"), 
 -                             &single_threaded),
 +                               "single-threaded",
 +                               gettext_noop ("run in single-threaded mode"),
 +                               &single_threaded),
      GNUNET_GETOPT_OPTION_END
    };
 +
-   GNUNET_log_setup ("gnunet-fuse", "DEBUG", NULL);
+   GNUNET_log_setup ("gnunet-fuse",
+                   "DEBUG",
+                   NULL);
    return (GNUNET_OK ==
          GNUNET_PROGRAM_run2 (argc,
                               argv,

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]