@@ -30,8 +30,8 @@ instances.
3030
3131** -c, -\- config** \< path\>
3232: The path of the configuration file. When not set, the CLI searches
33- _ $HOME/.config/privatebin/config.json _ , then
34- _ $XDG\_ CONFIG\_ HOME/privatebin/config.json _ , the platform-native user
33+ * $HOME/.config/privatebin/config.json * , then
34+ * $XDG\_ CONFIG\_ HOME/privatebin/config.json * , the platform-native user
3535 configuration directory, and finally the directories listed in
3636 ** $XDG\_ CONFIG\_ DIRS** (see ** privatebin.conf** (5) for details).
3737
@@ -72,14 +72,14 @@ Create a paste through a SOCKS5 proxy (e.g. TOR):
7272
7373** XDG\_ CONFIG\_ HOME**
7474: User-specific configuration directory. When set, the CLI searches
75- this directory for _ privatebin /config.json _ (after checking
76- _ $HOME/.config _ ). See ** privatebin.conf** (5) for the full search
75+ this directory for * privatebin /config.json * (after checking
76+ * $HOME/.config * ). See ** privatebin.conf** (5) for the full search
7777 order.
7878
7979** XDG\_ CONFIG\_ DIRS**
8080: Colon-separated list of system-wide configuration directories.
81- Defaults to _ /etc/xdg _ when not set. Each directory is searched for
82- _ privatebin /config.json _ .
81+ Defaults to * /etc/xdg * when not set. Each directory is searched for
82+ * privatebin /config.json * .
8383
8484** HTTP_PROXY** , ** HTTPS_PROXY** , ** ALL_PROXY**
8585: When no ** -\- proxy** flag is provided and no ** proxy** configuration
0 commit comments