Skip to content

Commit 9392e1b

Browse files
committed
Tweak storage-helpers page
1 parent 25ea15c commit 9392e1b

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

storage-helpers.empy

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@
7373
A storage helper is usually started automatically by ccache when needed.
7474
However, it is possible to start the helper explicitly, for instance when
7575
developing or debugging a storage helper, or in custom deployment scenarios
76-
where the helper program is managed externally. Example:
76+
where the helper service is managed externally. Example:
7777
</p>
7878

7979
<pre>
80-
export CRSH_IPC_ENDPOINT=/tmp/ccache-example.sock # On Linux/POSIX
81-
export CRSH_IPC_ENDPOINT=ccache-example-pipe # On Windows
80+
export CRSH_IPC_ENDPOINT=/tmp/ccache-example.sock # On Linux/POSIX
81+
export CRSH_IPC_ENDPOINT=ccache-example-pipe # On Windows
8282
export CRSH_URL=http://example.com/cache
8383
ccache-storage-http
8484
</pre>
@@ -90,8 +90,8 @@ ccache-storage-http
9090
</p>
9191

9292
<pre>
93-
export CCACHE_REMOTE_STORAGE=crsh:/tmp/ccache-example.sock # On Linux/POSIX
94-
export CCACHE_REMOTE_STORAGE=crsh:ccache-example-pipe # On Windows
93+
export CCACHE_REMOTE_STORAGE=crsh:/tmp/ccache-example.sock # On Linux/POSIX
94+
export CCACHE_REMOTE_STORAGE=crsh:ccache-example-pipe # On Windows
9595
</pre>
9696

9797
@empy.include("footer.empy")

storage-helpers.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,11 @@ <h2>Starting a helper explicitly</h2>
129129
A storage helper is usually started automatically by ccache when needed.
130130
However, it is possible to start the helper explicitly, for instance when
131131
developing or debugging a storage helper, or in custom deployment scenarios
132-
where the helper program is managed externally. Example:
132+
where the helper service is managed externally. Example:
133133
</p>
134134
<pre>
135-
export CRSH_IPC_ENDPOINT=/tmp/ccache-example.sock # On Linux/POSIX
136-
export CRSH_IPC_ENDPOINT=ccache-example-pipe # On Windows
135+
export CRSH_IPC_ENDPOINT=/tmp/ccache-example.sock # On Linux/POSIX
136+
export CRSH_IPC_ENDPOINT=ccache-example-pipe # On Windows
137137
export CRSH_URL=http://example.com/cache
138138
ccache-storage-http
139139
</pre>
@@ -143,8 +143,8 @@ <h2>Starting a helper explicitly</h2>
143143
backend</a>:
144144
</p>
145145
<pre>
146-
export CCACHE_REMOTE_STORAGE=crsh:/tmp/ccache-example.sock # On Linux/POSIX
147-
export CCACHE_REMOTE_STORAGE=crsh:ccache-example-pipe # On Windows
146+
export CCACHE_REMOTE_STORAGE=crsh:/tmp/ccache-example.sock # On Linux/POSIX
147+
export CCACHE_REMOTE_STORAGE=crsh:ccache-example-pipe # On Windows
148148
</pre>
149149
</main>
150150
</div> <!-- layout -->

0 commit comments

Comments
 (0)