diff options
| author | Guillem Jover <guillem@debian.org> | 2015-02-17 01:34:37 +0100 |
|---|---|---|
| committer | Guillem Jover <guillem@debian.org> | 2015-03-31 07:08:34 +0200 |
| commit | 19d98528e6dd7dd4d82f3d1d564f443382fd5f99 (patch) | |
| tree | 14ddf163969151c4634f4d5c0f99fb4b82e5b7b6 /dselect/methods | |
| parent | 453132199086db399401668a2c572b32c9f71717 (diff) | |
| download | dpkg-19d98528e6dd7dd4d82f3d1d564f443382fd5f99.tar.gz | |
Use "<enter>" instead of "return" or "enter" in input prompts
This should make it more clear we are talking about the key and not
something else.
Diffstat (limited to 'dselect/methods')
| -rwxr-xr-x | dselect/methods/ftp/setup.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dselect/methods/ftp/setup.pl b/dselect/methods/ftp/setup.pl index f9170ef77..a527a73b1 100755 --- a/dselect/methods/ftp/setup.pl +++ b/dselect/methods/ftp/setup.pl @@ -171,7 +171,7 @@ store_config("$methdir/vars"); chmod 0600, "$methdir/vars"; if($exit || $problem) { - print "Press return to continue\n"; + print "Press <enter> to continue\n"; <STDIN>; } |
