From d35a953af6bde7b5871ba4c54c2057090f532d01 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Tue, 13 May 2008 05:43:51 +0300 Subject: [PATCH] dpkg: Document --force-breaks in --force-help output --- ChangeLog | 4 ++++ debian/changelog | 1 + src/main.c | 1 + 3 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index d2687b97..60ff1312 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-05-13 Guillem Jover + + * src/main.c (setforce): Add help output for '--force-breaks'. + 2008-05-12 Guillem Jover * configure.ac: Bump version to 1.14.20~. diff --git a/debian/changelog b/debian/changelog index 8ff71371..d9f5c92c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ dpkg (1.14.20) UNRELEASED; urgency=low * Change UTF-8 '©' to '(C)' in deb-version.5 (unfuzzy translations). + * Document --force-breaks in 'dpkg --force-help' output. -- Guillem Jover Mon, 12 May 2008 09:04:34 +0300 diff --git a/src/main.c b/src/main.c index 00b05440..41c08e1c 100644 --- a/src/main.c +++ b/src/main.c @@ -339,6 +339,7 @@ static void setforce(const struct cmdinfo *cip, const char *value) { " you will be prompted unless one of the confold or\n" " confnew options is also given\n" " confmiss [!] Always install missing config files\n" +" breaks [!] Install even if it would break another package\n" " conflicts [!] Allow installation of conflicting packages\n" " architecture [!] Process even packages with wrong architecture\n" " overwrite-dir [!] Overwrite one package's directory with another's file\n" -- 2.39.5