]> git.saurik.com Git - apt.git/blobdiff - dselect/setup
Add another DSelect::Clean option: pre-auto, which runs...
[apt.git] / dselect / setup
index 86055d0a1cd441a65b7d4ba76e1b45408c9013d0..8386d9000ccb8509b099c54d30c00c75808bf96f 100755 (executable)
@@ -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 it?[y/N]$boldoff ";
+    print "$boldon Do you wish to change (overwrite) it?[y/N]$boldoff ";
     my $answer = <STDIN>;
     chomp ($answer);
     $answer =~ s/\s+/ /og;