From: Adam Heath Date: Sun, 24 Dec 2000 10:36:05 +0000 (+0000) Subject: Format help string for --abort-after like other option help strings. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51144e85f1a8c18508bbb9f306107c21ab285de1;p=dpkg Format help string for --abort-after like other option help strings. --- diff --git a/ChangeLog b/ChangeLog index 4a7aeb00..09dce863 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Dec 24 04:32:34 CST 2000 Adam Heath + + * main/main.c: Format help string for --abort-after like other + option help strings. + Sun Dec 24 02:38:38 CST 2000 Adam Heath * methods/disk.install, methods/disk.setup, methods/disk.update, diff --git a/debian/changelog b/debian/changelog index 7907477a..56b66de5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,7 @@ dpkg (1.8.0) unstable; urgency=low + * Format help string for --abort-after like other option help strings. + Closes: #62464. * Fix dselect methods to pass admindir to dpkg from dselect. * Minor tweak so that when patch 2.5.4 is manually used to apply a diff, it doesn't get applied multiple times. Closes: #65021 diff --git a/main/main.c b/main/main.c index 03f0968d..f2c23c6d 100644 --- a/main/main.c +++ b/main/main.c @@ -102,7 +102,7 @@ Options:\n\ --ignore-depends=,... Ignore dependencies involving \n\ --force-... Override problems - see --force-help\n\ --no-force-...|--refuse-... Stop when problems encountered\n\ - --abort-after abort after encountering errors\n\ + --abort-after Abort after encountering errors\n\ \n\ Comparison operators for --compare-versions are:\n\ lt le eq ne ge gt (treat no version as earlier than any version);\n\