From 8f920f3fe704e3fcbe23d08ebdf35d85a0b64df8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Rinc=C3=B3n=20Blanco?= Date: Wed, 1 Mar 2023 13:04:04 +0100 Subject: [PATCH] Fix conan remote auth help typo (#3039) * Fix conan remote auth help typo * Fix whitespace issue --- reference/commands/remote.rst | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/reference/commands/remote.rst b/reference/commands/remote.rst index 3b4ae1d4b5d6..9b55a15272c1 100644 --- a/reference/commands/remote.rst +++ b/reference/commands/remote.rst @@ -75,14 +75,18 @@ conan remote auth Authenticate in the defined remotes positional arguments: - remote Pattern of the remote/s to disable. The pattern uses 'fnmatch' style wildcards. + remote Pattern or name of the remote/s to authenticate against. The + pattern uses 'fnmatch' style wildcards. - options: + optional arguments: -h, --help show this help message and exit - -v [V] Level of detail of the output. Valid options from less verbose to more verbose: -vquiet, -verror, -vwarning, -vnotice, + -v [V] Level of detail of the output. Valid options from less verbose + to more verbose: -vquiet, -verror, -vwarning, -vnotice, -vstatus, -v or -vverbose, -vv or -vdebug, -vvv or -vtrace --logger Show the output with log format, with time, type and message. - --with-user Only try to auth in those remotes that already have a username or a CONAN_LOGIN_ env-var defined + --with-user Only try to auth in those remotes that already have a username + or a CONAN_LOGIN_ env-var defined + conan remote disable