gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r18990 - gnunet/src/fs


From: gnunet
Subject: [GNUnet-SVN] r18990 - gnunet/src/fs
Date: Thu, 5 Jan 2012 08:48:35 +0100

Author: grothoff
Date: 2012-01-05 08:48:35 +0100 (Thu, 05 Jan 2012)
New Revision: 18990

Modified:
   gnunet/src/fs/gnunet-download.c
Log:
-LRN: fix getopt

Modified: gnunet/src/fs/gnunet-download.c
===================================================================
--- gnunet/src/fs/gnunet-download.c     2012-01-04 20:00:59 UTC (rev 18989)
+++ gnunet/src/fs/gnunet-download.c     2012-01-05 07:48:35 UTC (rev 18990)
@@ -244,7 +244,7 @@
      0, &GNUNET_GETOPT_set_one, &delete_incomplete},
     {'n', "no-network", NULL,
      gettext_noop ("only search the local peer (no P2P network search)"),
-     1, &GNUNET_GETOPT_set_uint, &local_only},
+     0, &GNUNET_GETOPT_set_uint, &local_only},
     {'o', "output", "FILENAME",
      gettext_noop ("write the file to FILENAME"),
      1, &GNUNET_GETOPT_set_string, &filename},




reply via email to

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