[DragonFly - Submit #2159] [PATCH 1/2] Fix a wrong string in rmu

看板DFBSD_submit作者時間14年前 (2011/11/16 17:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
Issue #2159 has been updated by Antonio Huete Jimenez. Tracker changed from Bug to Submit ---------------------------------------- Submit #2159: [PATCH 1/2] Fix a wrong string in rmuser.sh http://bugs.dragonflybsd.org/issues/2159 Author: Juan Francisco Cantero Hurtado Status: Closed Priority: Normal Assignee: Category: Target version: --- 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 -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://bugs.dragonflybsd.org/my/account
文章代碼(AID): #1EmuCRDI (DFBSD_submit)