]> git.lyx.org Git - features.git/commitdiff
Cosmetics
authorPavel Sanda <sanda@lyx.org>
Tue, 24 Feb 2009 22:42:41 +0000 (22:42 +0000)
committerPavel Sanda <sanda@lyx.org>
Tue, 24 Feb 2009 22:42:41 +0000 (22:42 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28592 a592a061-630c-0410-9148-cb99ea01b6c8

src/client/client.cpp
src/client/lyxclient.man

index a4883405a6d227cab16ffd3aad2e98ebebb33b9e..8d47e347aa21df77f6ee60d7ff0236428b1823c8 100644 (file)
@@ -402,9 +402,9 @@ void usage()
                "Usage: lyxclient [options]\n"
          "Options are:\n"
          "  -a address    set address of the lyx socket\n"
-         "  -t directory  set system temporary directory\n"
+         "  -t directory  set system temporary directory (for detecting sockets)\n"
          "  -p pid        select a running lyx by pidi\n"
-         "  -c command    send a single command and quit\n"
+         "  -c command    send a single command and quit (LYXCMD prefix needed)\n"
          "  -g file row   send a command to go to file and row\n"
          "  -n name       set client name\n"
          "  -h name       display this help end exit\n"
index ddffd31ad2240066ea41a0c5b4c8deaf17575b75..fb486b6718e7deb5d3c6ce74c15e8dd89f75e7dc 100644 (file)
@@ -50,7 +50,7 @@ and from standard input.
 LyX commands documentation can be found in LyX Help menu.
 .TP 6
 .BI \-c " command"
-send a single \fIcommand\fR, print LyX information to standard output and exit.
+send a single \fIcommand\fR, print LyX information to standard output and exit. LYXCMD prefix is needed in the given command.
 .TP
 .BI \-g " file line"
 this is simply a wrapper for the command 'server\-goto\-file\-row \fIfile\fR \fIline\fR'. It is used by the DVI previewer to elicit inverse DVI search.