git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33323 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2010-02-04 05:26:08 +00:00
parent b2e2f61495
commit 30ab229986

View File

@ -2160,7 +2160,8 @@ void LyXAction::init()
R - Reload - ensure that the document is saved and reload it after command execution \n R - Reload - ensure that the document is saved and reload it after command execution \n
M - Message - ask for input string (commit message)\n M - Message - ask for input string (commit message)\n
<PATH>: path where to start. $$p will be replaced by the current document path.\n <PATH>: path where to start. $$p will be replaced by the current document path.\n
<COMMAND>: command to execute. $$i/$$p/$$m will be replaced by the current document/path/message. <COMMAND>: command to execute. $$i/$$p/$$m will be replaced by the current
document(with absolute path)/path/message.
* \li Sample: vc-command DR $$p "svn up" * \li Sample: vc-command DR $$p "svn up"
* \li Origin: sanda, 13 Jan 2009 * \li Origin: sanda, 13 Jan 2009
* \endvar * \endvar