diff options
Diffstat (limited to 'comms/minicom/scripts/create-dev-link')
| -rw-r--r-- | comms/minicom/scripts/create-dev-link | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/minicom/scripts/create-dev-link b/comms/minicom/scripts/create-dev-link index 5d0699720797..6c1d44d467ab 100644 --- a/comms/minicom/scripts/create-dev-link +++ b/comms/minicom/scripts/create-dev-link @@ -26,7 +26,7 @@ echo -n "Lets see if you have too..." # might want to test for ``-h'' rather than ``-e'' if [ -e /dev/modem ]; then - echo " Good you do:" + echo " Good you have:" /bin/ls -l /dev/modem else echo "Nope, you haven't (yet)." |
