From a7066ba8373f9fcfa424d698a304294f978a7c14 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Tue, 23 Jan 2018 17:31:07 -0200 Subject: [PATCH] Update formatting in the CHANGELOG --- changelog/1642.trivial | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/changelog/1642.trivial b/changelog/1642.trivial index 87ed2913f..a6acc5565 100644 --- a/changelog/1642.trivial +++ b/changelog/1642.trivial @@ -1,3 +1 @@ -Added option "--rootdir" for command line and "rootdir" for .ini file. Define root directory for tests. -Can be relative path: "root_dir", "./root_dir", "root_dir/another_dir/"; absolute path: "/home/user/root_dir"; -path with variables: "$HOME/root_dir". If parameter "rootdir" defined in .ini file this argument will not work. \ No newline at end of file +Add ``--rootdir`` command-line option to override the rules for discovering the root directory. See `customize `_ in the documentation for details.