Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 May 2014 01:52:36 +0000 (UTC)
From:      Mikhail Teterin <mi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r352977 - head/devel/jech-dht/files
Message-ID:  <201405050152.s451qafF053434@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 @@



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405050152.s451qafF053434>