From 52162dcd927b13436cd5c970adcc452ed03ac6bf Mon Sep 17 00:00:00 2001 From: Javier Date: Sun, 15 Feb 2015 03:27:20 +0100 Subject: improve cmdline descriptions --- gplay.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gplay.c') diff --git a/gplay.c b/gplay.c index 09368fc..9390d75 100644 --- a/gplay.c +++ b/gplay.c @@ -551,8 +551,8 @@ int main(int argc, char **argv) gchar **filenames = NULL; gboolean new_instance = FALSE; const GOptionEntry entries[] = { - { "new", 'n', 0, G_OPTION_ARG_NONE, &new_instance, NULL }, - { G_OPTION_REMAINING, 0, 0, G_OPTION_ARG_FILENAME_ARRAY, &filenames, NULL }, + { "new", 'n', 0, G_OPTION_ARG_NONE, &new_instance, _("Open in a new instance"), NULL }, + { G_OPTION_REMAINING, 0, 0, G_OPTION_ARG_FILENAME_ARRAY, &filenames, _("URI of media to play"), NULL }, { NULL } }; GError *error = NULL; -- cgit v1.2.3