summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdconfig/usermgmt/groupedit
diff options
context:
space:
mode:
authordteske <dteske@FreeBSD.org>2013-06-24 20:58:54 +0000
committerdteske <dteske@FreeBSD.org>2013-06-24 20:58:54 +0000
commitb023066a1dfe3db9bdd5128fc8bfb22fe7af54a9 (patch)
tree1967c7f4c866b4ec9b293d0c52582771e2af5cc7 /usr.sbin/bsdconfig/usermgmt/groupedit
parent8cfebcfd45a3da9b3fa8ef2bb3a000c4923440af (diff)
downloadFreeBSD-src-b023066a1dfe3db9bdd5128fc8bfb22fe7af54a9.zip
FreeBSD-src-b023066a1dfe3db9bdd5128fc8bfb22fe7af54a9.tar.gz
More whitespace.
Diffstat (limited to 'usr.sbin/bsdconfig/usermgmt/groupedit')
-rwxr-xr-xusr.sbin/bsdconfig/usermgmt/groupedit2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bsdconfig/usermgmt/groupedit b/usr.sbin/bsdconfig/usermgmt/groupedit
index 032d656..1f1c744 100755
--- a/usr.sbin/bsdconfig/usermgmt/groupedit
+++ b/usr.sbin/bsdconfig/usermgmt/groupedit
@@ -52,7 +52,7 @@ ipgm=$( f_index_menusel_keyword $BSDCFG_LIBE/$APP_DIR/INDEX "$pgm" )
#
while getopts h$GETOPTS_STDARGS flag; do
case "$flag" in
- h|\?) f_usage $BSDCFG_LIBE/$APP_DIR/USAGE "PROGRAM_NAME" "$pgm";;
+ h|\?) f_usage $BSDCFG_LIBE/$APP_DIR/USAGE "PROGRAM_NAME" "$pgm" ;;
esac
done
shift $(( $OPTIND - 1 ))
OpenPOWER on IntegriCloud