mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 00:34:33 -05:00
3 lines
143 B
Bash
Executable file
3 lines
143 B
Bash
Executable file
#!/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" "$@"
|