# HG changeset patch # User mf0102 <0102@gmx.at> # Date 1210626399 -7200 # Node ID c9be7256db08022585bd2a76306b855050d213fb # Parent 084dbc8d23dadeb2490637bdcc51ddda9df95151 we don't show builtin features anymore diff -r 084dbc8d23da -r c9be7256db08 src/audacious/main.c --- a/src/audacious/main.c Mon May 12 23:01:06 2008 +0200 +++ b/src/audacious/main.c Mon May 12 23:06:39 2008 +0200 @@ -274,7 +274,7 @@ {"activate", 'a', 0, G_OPTION_ARG_NONE, &options.activate, N_("Display all open Audacious windows"), NULL}, {"headless", 'H', 0, G_OPTION_ARG_NONE, &options.headless, N_("Enable headless operation"), NULL}, {"no-log", 'N', 0, G_OPTION_ARG_NONE, &options.no_log, N_("Print all errors and warnings to stdout"), NULL}, - {"version", 'v', 0, G_OPTION_ARG_NONE, &options.version, N_("Show version and builtin features"), NULL}, + {"version", 'v', 0, G_OPTION_ARG_NONE, &options.version, N_("Show version"), NULL}, #ifdef GDK_WINDOWING_QUARTZ {"macpack", 'n', 0, G_OPTION_ARG_NONE, &options.macpack, N_("Used in macpacking"), NULL}, /* Make this hidden */ #endif