From 06f94cd47670a79282df9f1bbfd0f836b672cfef Mon Sep 17 00:00:00 2001 From: Leon G Date: Mon, 3 Oct 2022 23:40:49 +0200 Subject: [PATCH] correct username in usage examples (#673) --- docs/source/usage-examples.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/usage-examples.rst b/docs/source/usage-examples.rst index 4aa6fa6..aeb09d2 100644 --- a/docs/source/usage-examples.rst +++ b/docs/source/usage-examples.rst @@ -37,17 +37,17 @@ Start a search for accounts with username ``machine42`` only on US and Japanese .. code-block:: console - maigret michael --tags en,jp + maigret machine42 --tags en,jp Start a search for accounts with username ``machine42`` only on sites related to software development. .. code-block:: console - maigret michael --tags coding + maigret machine42 --tags coding Start a search for accounts with username ``machine42`` on uCoz sites only (mostly CIS countries). .. code-block:: console - maigret michael --tags ucoz + maigret machine42 --tags ucoz