svn commit: r352977 - head/devel/jech-dht/files

Mikhail Teterin mi at FreeBSD.org
Mon May 5 01:52:36 UTC 2014


Author: mi
Date: Mon May  5 01:52:36 2014
New Revision: 352977
URL: http://svnweb.freebsd.org/changeset/ports/352977
QAT: https://qat.redports.org/buildarchive/r352977/

Log:
  Improve the usage-message explaining the new -m option.

Modified:
  head/devel/jech-dht/files/patch-dht-example

Modified: head/devel/jech-dht/files/patch-dht-example
==============================================================================
--- head/devel/jech-dht/files/patch-dht-example	Mon May  5 01:50:11 2014	(r352976)
+++ head/devel/jech-dht/files/patch-dht-example	Mon May  5 01:52:36 2014	(r352977)
@@ -57,7 +57,7 @@ one and MD5) at run-time, rather than at
 -           "                   port [address port]...\n");
 +    printf("Usage: dht-example [-q] [-4] [-6] [-i filename] [-b address] [-m]\n"
 +           "                   port [address port]...\n"
-+           "(Use -m if you wish to use MD5 digest instead of crypt()-based)");
++           "(Use -m to use MD5 digest instead of crypt()-based one)\n");
      exit(1);
  }
 @@ -420,25 +433,28 @@


More information about the svn-ports-all mailing list