diff options
Diffstat (limited to '')
-rwxr-xr-x | linux/bin/asdf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/bin/asdf b/linux/bin/asdf index d0b53db..897432c 100755 --- a/linux/bin/asdf +++ b/linux/bin/asdf @@ -42,8 +42,8 @@ die() { numlock_manually() { echo "$1" >&2 - echo "Please turn Numlock $2 and press ›Enter‹ to continue." >&2 - read + echo "Please turn Numlock $2 now and press ›Enter‹ to continue." >&2 + read enter } set_xmodmap() { |