File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -127,16 +127,17 @@ Working With Several rTorrent Instances
127127Switching to the 'rtorrent.rc' of an Instance
128128^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
129129
130- Both `` rtcontrol `` and `` rtxmlrpc ` ` read the existing rTorrent configuration
130+ Both :command: ` rtcontrol ` and :command: ` rtxmlrpc ` read the existing rTorrent configuration
131131to extract some settings, so that you don't need to maintain them twice – most
132- importantly the details of the XMLRPC connection. That is why `` config.ini ` `
132+ importantly the details of the XMLRPC connection. That is why :file: ` config.ini `
133133has the ``rtorrent_rc `` setting, and changing that is the key to select
134134a different instance you have running.
135135
136136Just pass the option ``-D rtorrent_rc=PATH_TO/rtorrent.rc `` to either
137- `` rtcontrol `` or `` rtxmlrpc ` `, to read the configuration of another instance
137+ :command: ` rtcontrol ` or :command: ` rtxmlrpc `, to read the configuration of another instance
138138than the default one. For convenient use on the command line, you can add
139- shell aliases to you profile.
139+ shell aliases to you profile, or globally change the default for the current shell
140+ by setting the :envvar: `PYRO_CONFIG_DIR ` environment variable.
140141
141142Alternatively, you can also set the ``scgi_url `` value directly, like in this example:
142143
You can’t perform that action at this time.
0 commit comments