1
0
Fork 0

fixed documentation for -c

This commit is contained in:
Jan Steemann 2013-04-24 10:55:12 +02:00
parent b9e64f6fce
commit fc83d9abe6
1 changed files with 8 additions and 10 deletions

View File

@ -428,23 +428,21 @@ namespace triagens {
/// Specifies the name of the configuration file to use. /// Specifies the name of the configuration file to use.
/// ///
/// If this command is not passed to the server, then by default, the server /// If this command is not passed to the server, then by default, the server
/// will attempt to first locate a file named @LIT{~/SERVER/SERVER.conf} in the /// will attempt to first locate a file named @LIT{~/.arango/arangod.conf} in the
/// user's home directory, where @CA{SERVER} is the name of the corresponding /// user's home directory.
/// server.
/// ///
/// If no such file is found, the server will proceed to look for a file /// If no such file is found, the server will proceed to look for a file
/// @LIT{/etc/SERVER.conf} in the system configuration directory. The default /// @LIT{arangod.conf} in the system configuration directory. The system
/// installation specifies the system configuration directory as /// configuration directory is platform-specific, and may be changed when
/// /etc. Therefore, in case that no configuration file is found in the user's /// compiling ArangoDB yourself. It may default to @LIT{/etc} or
/// home directory, the server will proceed to look for a file named /// @LIT{/usr/local/etc}.
/// @LIT{/etc/SERVER.conf}.
/// ///
/// Only command line options with a value should be set within the /// Only command line options with a value should be set within the
/// configuration file. Command line options which act as flags should be /// configuration file. Command line options which act as flags should be
/// entered on the command line when starting the server. /// entered on the command line when starting the server.
/// ///
/// White space is ignored. Each option is specified on a separate line in the /// Whitespace in the configuration file is ignored. Each option is specified on
/// form /// a separate line in the form
/// ///
/// @verbinclude conf1 /// @verbinclude conf1
/// ///