summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/bin/tq.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/tq.rs b/src/bin/tq.rs
index 4e1065a..885c46c 100644
--- a/src/bin/tq.rs
+++ b/src/bin/tq.rs
@@ -42,8 +42,8 @@ fn main() {
if verbose { log::set_log_level(log::LogLevel::Info) }
if print_version {
let version = env!("CARGO_PKG_VERSION");
- eprintln!("torque assembler, version {version}");
- eprintln!("written by ben bridle");
+ eprintln!("Torque meta-assembler, version {version}");
+ eprintln!("by Ben Bridle (https://derelict.engineering)");
std::process::exit(0);
}
if print_help {