diff options
| author | Devin Teske <dteske@FreeBSD.org> | 2013-06-24 20:58:54 +0000 |
|---|---|---|
| committer | Devin Teske <dteske@FreeBSD.org> | 2013-06-24 20:58:54 +0000 |
| commit | c9c67103c371140fa440f0be08eaa8f308b23239 (patch) | |
| tree | 1967c7f4c866b4ec9b293d0c52582771e2af5cc7 /usr.sbin/bsdconfig/ttys | |
| parent | b19b20199611693a64b809646ae83b12c296e4db (diff) | |
Notes
Diffstat (limited to 'usr.sbin/bsdconfig/ttys')
| -rwxr-xr-x | usr.sbin/bsdconfig/ttys/ttys | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bsdconfig/ttys/ttys b/usr.sbin/bsdconfig/ttys/ttys index 64d776c717777..96bf22aa52e96 100755 --- a/usr.sbin/bsdconfig/ttys/ttys +++ b/usr.sbin/bsdconfig/ttys/ttys @@ -69,7 +69,7 @@ ETC_TTYS=/etc/ttys # 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 )) |
