summaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems/tftp.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/filesystems/tftp.rst')
-rw-r--r--Documentation/filesystems/tftp.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/tftp.rst b/Documentation/filesystems/tftp.rst
index b5bb1b3121..eeb3fcb688 100644
--- a/Documentation/filesystems/tftp.rst
+++ b/Documentation/filesystems/tftp.rst
@@ -14,7 +14,7 @@ show an empty directory. Nevertheless, the files are there.
Example::
- mount -t tftp 192.168.23.4 /mnt/tftp
+ barebox:/ mount -t tftp 192.168.23.4 /mnt/tftp
In addition to the TFTP filesystem implementation, barebox does also have a
:ref:`tftp command <command_tftp>`.