Skip to content

Commit

Permalink
docs: Removed outdated usage help
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Ruaux committed Aug 16, 2022
1 parent 5157c6a commit b261819
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions core/riot-core/src/docs/asciidoc/_getting-started.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -35,26 +35,6 @@ To display usage help, run the following command:
[subs="specialcharacters,attributes,+quotes",source,console]
----
[green]#{project-name}# --help
Usage: **{project-name}** [OPTIONS] [COMMAND]
[olive]#-H#, [olive]#--help# Show this help message and exit
[olive]#-V#, [olive]#--version# Print version information and exit.
[olive]#-q#, [olive]#--quiet# Log errors only.
[olive]#-w#, [olive]#--warn# Set log level to warn.
[olive]#-i#, [olive]#--info# Set log level to info.
[olive]#-d#, [olive]#--debug# Log in debug mode (includes normal stacktrace).
[olive]#--stacktrace# Print out the stacktrace for all exceptions.
Redis connection options
[olive]#-h#, [olive]#--hostname#=<host> Server hostname (default: localhost).
[olive]#-p#, [olive]#--port#=<port> Server port (default: 6379).
[olive]#-s#, [olive]#--socket#=<socket> Server socket (overrides hostname and port).
[olive]#--user#=<name> Used to send ACL style 'AUTH username pass'. Needs password.
[olive]#-a#, [olive]#--pass#[=<password>] Password to use when connecting to the server.
[olive]#-u#, [olive]#--uri#=<uri>... Server URI.
--timeout=<sec> Redis command timeout (default: 60).
[olive]#-n#, [olive]#--db#=<db> Database number (default: 0).
[olive]#-c#, [olive]#--cluster# Enable cluster mode.
[olive]#--tls# Establish a secure TLS connection.
[olive]#--insecure# Allow insecure TLS connection by skipping cert validation.
----

Redis connection options are the same as `redis-cli`.
Expand Down

0 comments on commit b261819

Please sign in to comment.