diff options
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | doc/apt-ftparchive.1.xml | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 94dee639e..101ad03a7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +apt (0.7.25) UNRELEASED; urgency=low + + * Fix apt-ftparchive(1) wrt description of the "-o" option. + Thanks to Dann Frazier for the patch. Closes: #273100 + + -- Christian Perrier <bubulle@debian.org> Sat, 26 Sep 2009 11:17:25 +0200 + apt (0.7.24) unstable; urgency=low [ Nicolas François ] diff --git a/doc/apt-ftparchive.1.xml b/doc/apt-ftparchive.1.xml index 7131303ae..334cc85da 100644 --- a/doc/apt-ftparchive.1.xml +++ b/doc/apt-ftparchive.1.xml @@ -39,7 +39,7 @@ <arg><option>--delink</option></arg> <arg><option>--readonly</option></arg> <arg><option>--contents</option></arg> - <arg><option>-o=<replaceable>config string</replaceable></option></arg> + <arg><option>-o <replaceable>config</replaceable>=<replaceable>string</replaceable></option></arg> <arg><option>-c=<replaceable>file</replaceable></option></arg> <group choice="req"> <arg>packages<arg choice="plain" rep="repeat"><replaceable>path</replaceable></arg><arg><replaceable>override</replaceable><arg><replaceable>pathprefix</replaceable></arg></arg></arg> |