Skip to content
Snippets Groups Projects
Commit 137dc426 authored by Dave Moxey's avatar Dave Moxey
Browse files

Fix comment, add command line option to docs

parent fd56f421
No related branches found
No related tags found
No related merge requests found
......@@ -321,7 +321,7 @@ INSTALL(DIRECTORY ${TPDIST}/include/
COMPONENT ThirdParty
)
# Install ThirdParty libraries to subdirectory of ${NEKTAR_INCLUDE_DIR}
# Install ThirdParty libraries into ${NEKTAR_LIB_DIR}
INSTALL(DIRECTORY ${TPDIST}/lib/
DESTINATION ${NEKTAR_LIB_DIR}
COMPONENT ThirdParty
......
......@@ -7,6 +7,10 @@
\hangindent=1.5cm
Displays extra info.
\lstinline[style=BashInputStyle]{--version}\\
\hangindent=1.5cm
Displays software version, and source control information if applicable.
\lstinline[style=BashInputStyle]{--help}\\
\hangindent=1.5cm
Displays help information about the available command-line options for the executable.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment