diff src/remote.c @ 2912:3fc1b4b21177

Update documentation, remove obsolete GQview import options Update plugin and remote commands documentation. The last update for GQview was 13 years ago; presumably the import options are no longer useful.
author Colin Clark <colin.clark@cclark.uk>
date Wed, 27 Mar 2019 11:56:16 +0000
parents 9e4e9ef1e68e
children 8536c3a680ea
line wrap: on
line diff
--- a/src/remote.c	Tue Feb 26 10:07:24 2019 +0000
+++ b/src/remote.c	Wed Mar 27 11:56:16 2019 +0000
@@ -1174,7 +1174,7 @@
 #ifdef HAVE_LUA
 	{ NULL, "--lua:",               gr_lua,                 TRUE, FALSE, N_("<FILE>,<lua script>"), N_("run lua script on FILE") },
 #endif
-	{ NULL, "--PWD:",               gr_pwd,                 TRUE, FALSE, N_("<PWD>"), N_("for internal use only") },
+	{ NULL, "--PWD:",               gr_pwd,                 TRUE, FALSE, N_("<PWD>"), N_("use PWD as working directory for following commands") },
 	{ NULL, NULL, NULL, FALSE, FALSE, NULL, NULL }
 };