From fc401a32ef935abf5934e95abecd41c7529835f7 Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <schaller@strw.leidenuniv.nl>
Date: Fri, 12 Apr 2019 14:09:43 +0200
Subject: [PATCH] Update the command line options in the documentations.

---
 README.md                                   | 1 +
 doc/RTD/source/CommandLineOptions/index.rst | 1 +
 2 files changed, 2 insertions(+)

diff --git a/README.md b/README.md
index c160a21adb..97c629abbc 100644
--- a/README.md
+++ b/README.md
@@ -83,6 +83,7 @@ Parameters:
     -M, --multipole-reconstruction    Reconstruct the multipoles every time-step.
     -s, --hydro                       Run with hydrodynamics.
     -S, --stars                       Run with stars.
+    -B, --black-holes                 Run with black holes.
     -x, --velociraptor                Run with structure finding.
     --limiter                         Run with time-step limiter.
 
diff --git a/doc/RTD/source/CommandLineOptions/index.rst b/doc/RTD/source/CommandLineOptions/index.rst
index 88493ddb10..94fc72ae38 100644
--- a/doc/RTD/source/CommandLineOptions/index.rst
+++ b/doc/RTD/source/CommandLineOptions/index.rst
@@ -30,6 +30,7 @@ can be found by typing ``./swift -h``::
     -M, --multipole-reconstruction    Reconstruct the multipoles every time-step.
     -s, --hydro                       Run with hydrodynamics.
     -S, --stars                       Run with stars.
+    -B, --black-holes                 Run with black holes.
     -x, --velociraptor                Run with structure finding.
     --limiter                         Run with time-step limiter.
 
-- 
GitLab