Skip to content

Commit

Permalink
Fix conan remote auth help typo (#3039)
Browse files Browse the repository at this point in the history
* Fix conan remote auth help typo

* Fix whitespace issue
  • Loading branch information
AbrilRBS authored Mar 1, 2023
1 parent b938409 commit 8f920f3
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions reference/commands/remote.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8f920f3

Please sign in to comment.