| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN" "task.dtd">
- <!--This file is part of the DITA Open Toolkit project. See the accompanying LICENSE.md file for applicable licenses.-->
- <task id="accessing-help-from-the-cl-tool">
- <title>Accessing help for the dita command</title>
- <shortdesc>You can access a list of supported parameters for the <cmdname>dita</cmdname> command by issuing the
- <parmname>-help</parmname> parameter.</shortdesc>
- <taskbody>
- <steps>
- <step>
- <cmd conref="../resources/conref-task.dita#ID/open-terminal"/>
- </step>
- <step>
- <cmd>Issue the following command:</cmd>
- <choicetable frame="topbot" relcolwidth="1.0* 3.0*">
- <chrow platform="linux osx">
- <choption>Linux or Mac OS X </choption>
- <chdesc>
- <cmdname>bin/dita</cmdname>
- <option>-help</option>
- </chdesc>
- </chrow>
- <chrow platform="windows">
- <choption>Windows</choption>
- <chdesc>
- <cmdname>bin\dita</cmdname>
- <option>-help</option>
- </chdesc>
- </chrow>
- </choicetable>
- <info>
- <note conref="../resources/conref-task.dita#ID/dita-in-path"/>
- </info>
- </step>
- </steps>
- <result>
- <p>A brief description of the supported parameters appears in the command-line window.</p>
- </result>
- </taskbody>
- </task>
|