projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09372b5
)
-LRN: fix getopt
author
Christian Grothoff
<christian@grothoff.org>
Thu, 5 Jan 2012 07:48:35 +0000
(07:48 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Thu, 5 Jan 2012 07:48:35 +0000
(07:48 +0000)
src/fs/gnunet-download.c
patch
|
blob
|
history
diff --git
a/src/fs/gnunet-download.c
b/src/fs/gnunet-download.c
index 9e4a8c2f7eef1e5352de770eb5ef95540d30a9a5..b6c67ce2709925eec5ee5d5e8f68579d34146977 100644
(file)
--- a/
src/fs/gnunet-download.c
+++ b/
src/fs/gnunet-download.c
@@
-244,7
+244,7
@@
main (int argc, char *const *argv)
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},