diff doc/overview.rst @ 3251:f21412896620

doc (config): fixed documentation about configuration file possible paths + minor corrections.
author Goffi <goffi@goffi.org>
date Tue, 14 Apr 2020 20:26:47 +0200
parents cea52c9ddfd9
children 7726916c1ba6
line wrap: on
line diff
--- a/doc/overview.rst	Tue Apr 14 20:25:05 2020 +0200
+++ b/doc/overview.rst	Tue Apr 14 20:26:47 2020 +0200
@@ -44,10 +44,10 @@
 time ``~/.local/share/sat``. In this directory, you'll find the main database in the
 ``sat.db`` file, which is a `SQLite`_ database.
 
-The backend is run and stopped with the ``sat`` binary. Running it without argument launch
-the backend in the background, with ``sat fg`` you run it in the foreground (you'll see
-log directly and can stop the backend with ``Ctrl + c``). The ``sat status`` commands help
-you discover if the backend is running or stopped.
+The backend is run and stopped with the ``sat`` executable. Running it without argument
+launch the backend in the background, with ``sat fg`` you run it in the foreground (you'll
+see log directly and can stop the backend with ``Ctrl + c``). The ``sat status`` commands
+help you discover if the backend is running or stopped.
 
 .. _XDG directory: https://www.freedesktop.org/wiki/Software/xdg-user-dirs/
 .. _SQLite: https://sqlite.org