From b12b1a4faf7477427a4dcd0b7a8e3245696f1587 Mon Sep 17 00:00:00 2001 From: Mike Newman Date: Tue, 3 Jun 2003 17:28:20 +0000 Subject: add a --help option to the gdialog wrapper script --- src/gdialog.in | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/gdialog.in') diff --git a/src/gdialog.in b/src/gdialog.in index 1b6f63c..a27c0e9 100755 --- a/src/gdialog.in +++ b/src/gdialog.in @@ -32,6 +32,16 @@ ARG: while ($argn < $args) { get_arg; +# Informational stuff + + if ($element eq "--help" || $element eq "--about") { + print ( "gdialog is a compatibility wrapper around zenity, " . + "provided to hopefully\nallow older scripts to run. " . + "If you are reading this message, you should\n" . + "probably be using zenity directly\n\n" . + "type: 'zenity --help' or 'man zenity' for more information\n"); + exit (1); + } # Section 1 : Args which gdialog expects BEFORE box options # --clear, --backtitle have no obvious effect - ignored -- cgit v1.2.3