about summary refs log tree commit diff stats
path: root/ex1.subx
diff options
context:
space:
mode:
Diffstat (limited to 'ex1.subx')
-rw-r--r--ex1.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ex1.subx b/ex1.subx
index 8a5dfdb7..502d8c4a 100644
--- a/ex1.subx
+++ b/ex1.subx
@@ -4,7 +4,7 @@
 # graphics mode.
 #
 # To build a disk image:
-#   ./translate_subx_baremetal baremetal/ex2.subx    # emits disk.img
+#   ./translate_subx ex2.subx        # emits disk.img
 # To run:
 #   qemu-system-i386 disk.img
 # Or: