gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r15688 - gnunet/src/fs
Date: Fri, 17 Jun 2011 11:46:32 +0200

Author: grothoff
Date: 2011-06-17 11:46:31 +0200 (Fri, 17 Jun 2011)
New Revision: 15688

Modified:
   gnunet/src/fs/gnunet-directory.c
   gnunet/src/fs/gnunet-download.c
   gnunet/src/fs/gnunet-pseudonym.c
   gnunet/src/fs/gnunet-publish.c
   gnunet/src/fs/gnunet-search.c
   gnunet/src/fs/gnunet-unindex.c
Log:
fix 1695

Modified: gnunet/src/fs/gnunet-directory.c
===================================================================
--- gnunet/src/fs/gnunet-directory.c    2011-06-17 09:29:01 UTC (rev 15687)
+++ gnunet/src/fs/gnunet-directory.c    2011-06-17 09:46:31 UTC (rev 15688)
@@ -198,9 +198,9 @@
   return (GNUNET_OK ==
           GNUNET_PROGRAM_run (argc,
                               argv,
-                              "gnunet-directory",
+                              "gnunet-directory [OPTIONS] FILENAME",
                               gettext_noop
-                              ("Display GNUnet directories."),
+                              ("Display contents of a GNUnet directory"),
                               options, &run, NULL)) ? ret : 1;
 }
 

Modified: gnunet/src/fs/gnunet-download.c
===================================================================
--- gnunet/src/fs/gnunet-download.c     2011-06-17 09:29:01 UTC (rev 15687)
+++ gnunet/src/fs/gnunet-download.c     2011-06-17 09:46:31 UTC (rev 15688)
@@ -297,9 +297,9 @@
   return (GNUNET_OK ==
           GNUNET_PROGRAM_run (argc,
                               argv,
-                              "gnunet-download",
+                              "gnunet-download [OPTIONS] URI",
                               gettext_noop
-                              ("Download files from GNUnet."),
+                              ("Download files from GNUnet using a GNUnet CHK 
or LOC URI (gnunet://fs/chk/...)"),
                               options, &run, NULL)) ? ret : 1;
 }
 

Modified: gnunet/src/fs/gnunet-pseudonym.c
===================================================================
--- gnunet/src/fs/gnunet-pseudonym.c    2011-06-17 09:29:01 UTC (rev 15687)
+++ gnunet/src/fs/gnunet-pseudonym.c    2011-06-17 09:46:31 UTC (rev 15688)
@@ -354,7 +354,7 @@
   return (GNUNET_OK ==
           GNUNET_PROGRAM_run (argc,
                               argv,
-                              "gnunet-pseudonym",
+                              "gnunet-pseudonym [OPTIONS]",
                               gettext_noop
                               ("Manage GNUnet pseudonyms."),
                               options, &run, NULL)) ? ret : 1;

Modified: gnunet/src/fs/gnunet-publish.c
===================================================================
--- gnunet/src/fs/gnunet-publish.c      2011-06-17 09:29:01 UTC (rev 15687)
+++ gnunet/src/fs/gnunet-publish.c      2011-06-17 09:46:31 UTC (rev 15688)
@@ -689,9 +689,9 @@
   return (GNUNET_OK ==
           GNUNET_PROGRAM_run (argc,
                               argv,
-                              "gnunet-publish",
+                              "gnunet-publish [OPTIONS] FILENAME",
                               gettext_noop
-                              ("Publish files on GNUnet."),
+                              ("Publish a file or directory on GNUnet"),
                               options, &run, NULL)) ? ret : 1;
 }
 

Modified: gnunet/src/fs/gnunet-search.c
===================================================================
--- gnunet/src/fs/gnunet-search.c       2011-06-17 09:29:01 UTC (rev 15687)
+++ gnunet/src/fs/gnunet-search.c       2011-06-17 09:46:31 UTC (rev 15688)
@@ -315,9 +315,9 @@
   return (GNUNET_OK ==
           GNUNET_PROGRAM_run (argc,
                               argv,
-                              "gnunet-search",
+                              "gnunet-search [OPTIONS] KEYWORD",
                               gettext_noop
-                              ("Search GNUnet."),
+                              ("Search GNUnet for files that were published on 
GNUnet"),
                               options, &run, NULL)) ? ret : 1;
 }
 

Modified: gnunet/src/fs/gnunet-unindex.c
===================================================================
--- gnunet/src/fs/gnunet-unindex.c      2011-06-17 09:29:01 UTC (rev 15687)
+++ gnunet/src/fs/gnunet-unindex.c      2011-06-17 09:46:31 UTC (rev 15688)
@@ -195,9 +195,9 @@
   return (GNUNET_OK ==
           GNUNET_PROGRAM_run (argc,
                               argv,
-                              "gnunet-unindex",
+                              "gnunet-unindex [OPTIONS] FILENAME",
                               gettext_noop
-                              ("Unindex files."),
+                              ("Unindex a file that was previously indexed 
with gnunet-publish."),
                               options, &run, NULL)) ? ret : 1;
 }
 




reply via email to

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