Project

General

Profile

Actions

Submit #2159

closed

[PATCH 1/2] Fix a wrong string in rmuser.sh

Added by juanfra684 over 12 years ago. Updated over 12 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:

Description

---
usr.sbin/adduser/rmuser.sh | 2
1 files changed, 1 insertions(
), 1 deletions()

diff --git a/usr.sbin/adduser/rmuser.sh b/usr.sbin/adduser/rmuser.sh
index fa2f4cf..91eec10 100644
--- a/usr.sbin/adduser/rmuser.sh
++ b/usr.sbin/adduser/rmuser.sh
@ -302,7 +302,7 @ if [ ! "$userlist" ]; then
show_usage
exit 1
else
- echo n "Please enter one or more user name's: "
echo -n "Please enter one or more usernames: "
read userlist
fi
fi
-
1.7.7

Actions #1

Updated by tuxillo over 12 years ago

  • Tracker changed from Bug to Submit
Actions

Also available in: Atom PDF