mirror of
https://github.com/opnsense/src.git
synced 2026-04-04 17:05:14 -04:00
4 lines
143 B
Text
4 lines
143 B
Text
|
|
#!/bin/sh
|
||
|
|
# $Id: dft-help,v 1.2 2012/07/03 09:44:02 tom Exp $
|
||
|
|
DIALOGOPTS="$DIALOGOPTS --extra-button --help-button --default-button help" "$@"
|