man: Make structure a little closer to convention
Conventionally, manual page have a FILES and an ENVIRONMENT top level section, instead of sub-sections. Following convention makes it easier and faster for experienced Unix users to find what they need. Signed-off-by: Lars Wirzenius <liw@liw.fi>
This commit is contained in:
parent
1af9480b08
commit
fe396ed5f4
17
rad.1.adoc
17
rad.1.adoc
|
|
@ -189,13 +189,20 @@ description and default branch by running:
|
||||||
|
|
||||||
$ rad inspect --payload
|
$ rad inspect --payload
|
||||||
|
|
||||||
=== Configuration
|
== Files
|
||||||
|
|
||||||
Radicle keeps a configuration file at *~/.radicle/config.json* by default. To
|
*~/.radicle*::
|
||||||
display its exact location on your system, you can use the *rad self --config*
|
|
||||||
command.
|
|
||||||
|
|
||||||
=== Environment
|
The _Radicle Home_. This is the default location for Radicle configuration
|
||||||
|
files, keys, and repository storage. Can be controlled by settting the
|
||||||
|
**RAD_HOME** environment variable.
|
||||||
|
|
||||||
|
*~/.radicle/config.json*::
|
||||||
|
|
||||||
|
The default configuration file for Radicle. To display its exact
|
||||||
|
location on your system, you can use the *rad self --config* command.
|
||||||
|
|
||||||
|
== Environment
|
||||||
|
|
||||||
Various environment variables are used by *rad*.
|
Various environment variables are used by *rad*.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue