Document existing long options. Closes: #499488
authorJoey Hess <joey@kodama.kitenet.net>
Wed, 3 Dec 2008 20:13:22 +0000 (15:13 -0500)
committerJoey Hess <joey@kodama.kitenet.net>
Wed, 3 Dec 2008 20:13:22 +0000 (15:13 -0500)
debian/changelog
pristine-gz
pristine-tar

index 87c36a62f58a4a9cecc0b18b457d0993b3b2c8d7..271dd5044c73cd7388a5c04529e897243fc75c3c 100644 (file)
@@ -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 <josh@freedesktop.org>  Thu, 27 Nov 2008 19:54:29 -0800
 
index 8079f18702d4bff6f90f3bd30301ab2640ee32a1..630e775b65939da1824837c0458ef2fc60a4c9b4 100755 (executable)
@@ -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
index 2837f48f42578372aaa52ca11c922f4f7230fdc6..c0a88396584f4df45b91e4f6d7986936b5948b4c 100755 (executable)
@@ -78,18 +78,26 @@ previously saved to revision control by B<pristine-tar commit>.
 
 =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