From: Joey Hess Date: Wed, 3 Dec 2008 20:13:22 +0000 (-0500) Subject: Document existing long options. Closes: #499488 X-Git-Tag: 0.19~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bb8adfdab2c4673f84fedbb33b0bd2feac2fbf45;p=tools%2Fpristine-tar.git Document existing long options. Closes: #499488 --- diff --git a/debian/changelog b/debian/changelog index 87c36a6..271dd50 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,7 @@ pristine-tar (0.19) UNRELEASED; urgency=low [ Joey Hess ] * zgz: Avoid using uninitialized data as timestamp in -c mode. Closes: #507095 + * Document existing long options. Closes: #499488 -- Josh Triplett Thu, 27 Nov 2008 19:54:29 -0800 diff --git a/pristine-gz b/pristine-gz index 8079f18..630e775 100755 --- a/pristine-gz +++ b/pristine-gz @@ -45,14 +45,20 @@ If the delta filename is "-", pristine-gz reads or writes it to stdio. =item -v +=item --verbose + Verbose mode, show each command that is run. =item -d +=item --debug + Debug mode. =item -k +=item --keep + Don't clean up the temporary directory on exit. =back diff --git a/pristine-tar b/pristine-tar index 2837f48..c0a8839 100755 --- a/pristine-tar +++ b/pristine-tar @@ -78,18 +78,26 @@ previously saved to revision control by B. =item -v +=item --verbose + Verbose mode, show each command that is run. =item -d +=item --debug + Debug mode. =item -k +=item --keep + Don't clean up the temporary directory on exit. =item -m message +=item --message=message + Use this option to specify a custom commit message to pristine-tar commit. =back