Date: Fri, 7 Mar 2014 22:24:53 +0000 (UTC) From: Devin Teske <dteske@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r262909 - head/usr.sbin/bsdconfig/usermgmt Message-ID: <201403072224.s27MOrEc081024@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dteske Date: Fri Mar 7 22:24:53 2014 New Revision: 262909 URL: http://svnweb.freebsd.org/changeset/base/262909 Log: Fix copy/paste error in a comment. Modified: head/usr.sbin/bsdconfig/usermgmt/groupadd Modified: head/usr.sbin/bsdconfig/usermgmt/groupadd ============================================================================== --- head/usr.sbin/bsdconfig/usermgmt/groupadd Fri Mar 7 22:17:35 2014 (r262908) +++ head/usr.sbin/bsdconfig/usermgmt/groupadd Fri Mar 7 22:24:53 2014 (r262909) @@ -65,7 +65,7 @@ f_dialog_backtitle "${ipgm:+bsdconfig }$ f_mustberoot_init # -# Add a user +# Add a group # # NB: If given an argument on the command-line use it; otherwise fall-back to # environment variable $group (handle $VAR_GROUP).
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403072224.s27MOrEc081024>