Mercurial > audlegacy
changeset 4545:c9be7256db08
we don't show builtin features anymore
author | mf0102 <0102@gmx.at> |
---|---|
date | Mon, 12 May 2008 23:06:39 +0200 |
parents | 084dbc8d23da |
children | d4c5719d30d1 |
files | src/audacious/main.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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