From: Don Armstrong Date: Wed, 13 Dec 2006 07:57:50 +0000 (-0800) Subject: Clean up the documentation on reopen's deprecation X-Git-Tag: release/2.6.0~585^2^2~48 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=03cda225c7a2782d990e59ded5b33553f25bc764;p=debbugs.git Clean up the documentation on reopen's deprecation --- diff --git a/scripts/service.in b/scripts/service.in index 4d0b4645..1c03c273 100755 --- a/scripts/service.in +++ b/scripts/service.in @@ -487,7 +487,7 @@ END $bug_affected{$ref}=1; if (&setbug) { if (@{$data->{fixed_versions}}) { - &transcript("'reopen' is deprecated when a bug has been closed with a version;\nuse 'found' or 'submitter' as appropriate instead.\n"); + &transcript("'reopen' may be inappropriate when a bug has been closed with a version;\nyou may need to use 'found' to remove fixed versions.\n"); } if (!length($data->{done})) { &transcript("$gBug is already open, cannot reopen.\n\n");