about summary refs log tree commit diff stats
path: root/subx/001help.cc
diff options
context:
space:
mode:
Diffstat (limited to 'subx/001help.cc')
-rw-r--r--subx/001help.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/subx/001help.cc b/subx/001help.cc
index d8d81ff0..c4cc3a00 100644
--- a/subx/001help.cc
+++ b/subx/001help.cc
@@ -8,9 +8,8 @@ if (argc <= 1 || is_equal(argv[1], "--help")) {
   cerr << "Usage:\n"
        << "  subx test\n"
        << "  subx --help\n"
-       << "  subx run <elf file>\n"
-       << "Planned:\n"
-       << "  subx compile <ascii file> <elf file>\n"
+       << "  subx run <ELF binary>\n"
+       << "  subx translate <input 'source' file> <output ELF binary>\n"
        ;
   return 0;
 }