From f28d913ff9397499cf343137d5b74291e69d557f Mon Sep 17 00:00:00 2001 From: Sebastian Ramacher Date: Mon, 18 Apr 2016 21:08:14 +0200 Subject: [PATCH] Update string --- zathura/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zathura/main.c b/zathura/main.c index 873381e..1c1439a 100644 --- a/zathura/main.c +++ b/zathura/main.c @@ -142,7 +142,7 @@ main(int argc, char* argv[]) Window embed = 0; GOptionEntry entries[] = { - { "reparent", 'e', 0, G_OPTION_ARG_INT, &embed, _("Reparents to window specified by xid (X11 only)"), "xid" }, + { "reparent", 'e', 0, G_OPTION_ARG_INT, &embed, _("Reparents to window specified by xid (X11)"), "xid" }, { "config-dir", 'c', 0, G_OPTION_ARG_FILENAME, &config_dir, _("Path to the config directory"), "path" }, { "data-dir", 'd', 0, G_OPTION_ARG_FILENAME, &data_dir, _("Path to the data directory"), "path" }, { "cache-dir", '\0', 0, G_OPTION_ARG_FILENAME, &cache_dir, _("Path to the cache directory"), "path"},