Skip to content

Commit 7126830

Browse files
committed
incus: Tweak instructions in try-it
Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
1 parent 48d677d commit 7126830

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

content/incus/try-it.de.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ <h3></h3>
322322
<pre>incus file push hosts first/etc/hosts</pre>
323323
</li>
324324
<li>Verwenden Sie denselben Mechanismus, um auf Protokolldateien zuzugreifen:
325-
<pre>incus file pull first/var/log/syslog - | less
325+
<pre>incus file pull first/var/log/syslog - | more
326326
q</pre>
327327
</li>
328328
</ol>

content/incus/try-it.fr.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ <h3></h3>
510510
<pre>incus file push hosts first/etc/hosts</pre>
511511
</li>
512512
<li>Use the same mechanism to access log files:
513-
<pre>incus file pull first/var/log/syslog - | less
513+
<pre>incus file pull first/var/log/syslog - | more
514514
q</pre>
515515
</li>
516516
</ol>
@@ -528,7 +528,7 @@ <h3></h3>
528528
<pre>incus file push hosts first/etc/hosts</pre>
529529
</li>
530530
<li>Utilisez la même technique pour accéder aux fichiers journaux :
531-
<pre>incus file pull first/var/log/syslog - | less
531+
<pre>incus file pull first/var/log/syslog - | more
532532
q</pre>
533533
</li>
534534
</ol>

content/incus/try-it.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ <h3></h3>
296296
<pre>incus file push hosts first/etc/hosts</pre>
297297
</li>
298298
<li>Use the same mechanism to access log files:
299-
<pre>incus file pull first/var/log/syslog - | less
299+
<pre>incus file pull first/var/log/syslog - | more
300300
q</pre>
301301
</li>
302302
</ol>

0 commit comments

Comments
 (0)