From: Wouter Wijngaards Date: Tue, 14 Apr 2009 09:23:21 +0000 (+0000) Subject: better help text in makedist.sh X-Git-Tag: release-1.3.0~26 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3eda6e26ffa70f3ad9f44e1df94812e02c49c089;p=thirdparty%2Funbound.git better help text in makedist.sh git-svn-id: file:///svn/unbound/trunk@1597 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/doc/Changelog b/doc/Changelog index 175b5253f..3647480c3 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,5 +1,6 @@ 14 April 2009: Wouter - bug #245: fix munin plugin, perform cleanup of stale lockfiles. + - makedist.sh; better help text. 9 April 2009: Wouter - Fix for removal of RSASHA256_NSEC3 protonumber from ldns. diff --git a/makedist.sh b/makedist.sh index cdafaa1c3..46497e42b 100755 --- a/makedist.sh +++ b/makedist.sh @@ -42,19 +42,19 @@ cwd=`pwd` # Utility functions. usage () { cat >&2 < Build a release candidate, the given string will be added to the version number (which will then be unbound-rc) - -d SVN_root Retrieve the NSD source from the specified repository. + -d SVN_root Retrieve the unbound source from the specified repository. Detected from svn working copy if not specified. -l ldnsdir Directory where ldns resides. Detected from Makefile. - -w ... Build windows snapshot binary zip. last args put to configure. + -w ... Build windows binary dist. last args passed to configure. EOF exit 1 }