Skip to content
  • Mikael Magnusson's avatar
    app: fix goption warning · b81276ca
    Mikael Magnusson authored
    Using G_OPTION_FLAG_NO_ARG with G_OPTION_ARG_NONE is not a valid combination,
    glib 2.28.2 warns about it.
    
    (gimp:20379): GLib-WARNING **: goption.c:2132: ignoring no-arg, optional-arg or filename flags (8) on option "debug-handlers" of type 0
    b81276ca