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 }