add missed (empty) file
[platform/upstream/glib.git] / glib-config-2.0.in
index df51a28..9948519 100644 (file)
@@ -7,13 +7,14 @@ exec_prefix_set=no
 usage()
 {
        cat <<EOF
-Usage: glib-config [OPTIONS] [LIBRARIES]
+Usage: glib-config-2.0 [OPTIONS] [LIBRARIES]
 Options:
        [--prefix[=DIR]]
        [--exec-prefix[=DIR]]
        [--version]
        [--libs]
        [--cflags]
+       [--help]
 Libraries:
        glib
        gmodule
@@ -75,6 +76,9 @@ while test $# -gt 0; do
     gthread)
       lib_gthread=yes
       ;;
+    --help | -h)
+      usage 0 1>&2
+      ;;
     *)
       usage 1 1>&2
       ;;