aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-05 07:48:35 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-05 07:48:35 +0000
commit55278ebb7ec49b6fa741f44e6076167740f1e50b (patch)
tree62b1ce6f9ecb5f626812c05f56dd661dfb0bf4e0 /src/fs
parent09372b5120f5905546bd4e73f02f8afeec7e1b1e (diff)
downloadgnunet-55278ebb7ec49b6fa741f44e6076167740f1e50b.tar.gz
gnunet-55278ebb7ec49b6fa741f44e6076167740f1e50b.zip
-LRN: fix getopt
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/gnunet-download.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/gnunet-download.c b/src/fs/gnunet-download.c
index 9e4a8c2f7..b6c67ce27 100644
--- a/src/fs/gnunet-download.c
+++ b/src/fs/gnunet-download.c
@@ -244,7 +244,7 @@ main (int argc, char *const *argv)
244 0, &GNUNET_GETOPT_set_one, &delete_incomplete}, 244 0, &GNUNET_GETOPT_set_one, &delete_incomplete},
245 {'n', "no-network", NULL, 245 {'n', "no-network", NULL,
246 gettext_noop ("only search the local peer (no P2P network search)"), 246 gettext_noop ("only search the local peer (no P2P network search)"),
247 1, &GNUNET_GETOPT_set_uint, &local_only}, 247 0, &GNUNET_GETOPT_set_uint, &local_only},
248 {'o', "output", "FILENAME", 248 {'o', "output", "FILENAME",
249 gettext_noop ("write the file to FILENAME"), 249 gettext_noop ("write the file to FILENAME"),
250 1, &GNUNET_GETOPT_set_string, &filename}, 250 1, &GNUNET_GETOPT_set_string, &filename},