From b26181963322998af8429ccf121e2ad0377690bd Mon Sep 17 00:00:00 2001 From: Julien Ruaux Date: Tue, 16 Aug 2022 00:02:57 -0700 Subject: [PATCH] docs: Removed outdated usage help --- .../src/docs/asciidoc/_getting-started.adoc | 20 ------------------- 1 file changed, 20 deletions(-) diff --git a/core/riot-core/src/docs/asciidoc/_getting-started.adoc b/core/riot-core/src/docs/asciidoc/_getting-started.adoc index 2011eb685..7ba246190 100644 --- a/core/riot-core/src/docs/asciidoc/_getting-started.adoc +++ b/core/riot-core/src/docs/asciidoc/_getting-started.adoc @@ -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#= Server hostname (default: localhost). - [olive]#-p#, [olive]#--port#= Server port (default: 6379). - [olive]#-s#, [olive]#--socket#= Server socket (overrides hostname and port). - [olive]#--user#= Used to send ACL style 'AUTH username pass'. Needs password. - [olive]#-a#, [olive]#--pass#[=] Password to use when connecting to the server. - [olive]#-u#, [olive]#--uri#=... Server URI. - --timeout= Redis command timeout (default: 60). - [olive]#-n#, [olive]#--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`.