From a520fead94965a87658f1fea099541b8547904e3 Mon Sep 17 00:00:00 2001
From: Patrick Ziegler
Date: Thu, 2 Sep 2021 18:18:52 +0200
Subject: [PATCH] doc: Update description of polybar -m/-M (#2487)
It should be clear that `polybar -M` represents all valid monitor names.
---
doc/man/polybar.1.rst | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/doc/man/polybar.1.rst b/doc/man/polybar.1.rst
index a1f2ec7b..f3b5e4fa 100644
--- a/doc/man/polybar.1.rst
+++ b/doc/man/polybar.1.rst
@@ -43,14 +43,14 @@ OPTIONS
Print the value of the specified parameter *PARAM* in bar section and exit
.. option:: -m, --list-monitors
- Print list of available monitors and exit
-
- If some monitors are cloned, this will exclude all but one of them
+ | Print list of available monitors and exit.
+ | If some monitors are cloned, this will exclude all but one of them.
+ | If polybar was compiled with RandR monitor support, only monitors are listed and not physical outputs.
.. option:: -M, --list-all-monitors
- Print list of available monitors and exit
-
- This will also include all cloned monitors.
+ | Print list of all available monitors and exit.
+ | This includes cloned monitors as well as both physical outputs and RandR monitors (if supported).
+ | Only the names listed here can be used as monitor names in polybar.
.. option:: -w, --print-wmname
Print the generated *WM_NAME* and exit