diff options
author | Ross Burton <ross@burtonini.com> | 2006-04-14 13:47:11 +0000 |
---|---|---|
committer | Ross Burton <rburton@src.gnome.org> | 2006-04-14 13:47:11 +0000 |
commit | b7900e3e6414846202e7b747465ac4137e799526 (patch) | |
tree | 4e60c2a461e0cbe2134acd2c0ad55ab3e57bf1cb /src | |
parent | ba2c558b52e454ca4578778efc526872503a4292 (diff) |
Improve the --help output (#335016, Vincent Untz).
2006-04-14 Ross Burton <ross@burtonini.com>
* src/sj-main.c:
Improve the --help output (#335016, Vincent Untz).
Diffstat (limited to 'src')
-rw-r--r-- | src/sj-main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sj-main.c b/src/sj-main.c index d656351..6be7fa8 100644 --- a/src/sj-main.c +++ b/src/sj-main.c @@ -1238,7 +1238,7 @@ int main (int argc, char **argv) bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); textdomain (GETTEXT_PACKAGE); - ctx = g_option_context_new ("- Sound Juicer"); + ctx = g_option_context_new (("- Extract music from your CDs")); g_option_context_add_main_entries (ctx, entries, GETTEXT_PACKAGE); g_option_context_add_group (ctx, gst_init_get_option_group ()); g_option_context_set_ignore_unknown_options (ctx, TRUE); |