aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bsdconfig/startup/rcconf
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/bsdconfig/startup/rcconf')
-rwxr-xr-xusr.sbin/bsdconfig/startup/rcconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bsdconfig/startup/rcconf b/usr.sbin/bsdconfig/startup/rcconf
index d0bf65610ed3..c2c1665b44a2 100755
--- a/usr.sbin/bsdconfig/startup/rcconf
+++ b/usr.sbin/bsdconfig/startup/rcconf
@@ -210,7 +210,7 @@ dialog_menu_main()
#
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 ))