diff options
Diffstat (limited to 'dselect')
-rwxr-xr-x | dselect/setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dselect/setup b/dselect/setup index 4c56e01ea..8689d2388 100755 --- a/dselect/setup +++ b/dselect/setup @@ -269,7 +269,7 @@ sub main { print "-" x 72, "\n"; &print_config('Config' => \@Oldconfig); print "-" x 72, "\n"; - print "$boldon Do you wish to change (overwrite) it?[y/N]$boldoff "; + print "$boldon Do you wish to overwrite it? [y/N]$boldoff "; my $answer = <STDIN>; chomp ($answer); $answer =~ s/\s+/ /og; |