aboutsummaryrefslogtreecommitdiff
path: root/src/query-tool.c
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2023-06-11 16:18:21 +0200
committerPřemysl Eric Janouch <p@janouch.name>2023-06-11 18:08:03 +0200
commit238e7a2bb961eb448dee1542e03cbdb84dea027d (patch)
treee01fb7a927d78726faaf5ba3c0467f5c1435f2e8 /src/query-tool.c
parent7bcbc04b0401280b63e9649bc56ba7fcf0403f22 (diff)
downloadtdv-238e7a2bb961eb448dee1542e03cbdb84dea027d.tar.gz
tdv-238e7a2bb961eb448dee1542e03cbdb84dea027d.tar.xz
tdv-238e7a2bb961eb448dee1542e03cbdb84dea027d.zip
Merge TUI and GUI binaries, using a new name
The appropriate interface will be chosen automatically.
Diffstat (limited to 'src/query-tool.c')
-rw-r--r--src/query-tool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/query-tool.c b/src/query-tool.c
index 825bada..6cfdc66 100644
--- a/src/query-tool.c
+++ b/src/query-tool.c
@@ -6,7 +6,7 @@
* finalised with an empty line. Newlines are escaped with `\n',
* backslashes with `\\'.
*
- * So far only the `m', `g`, and `x` fields are supported, as in sdtui.
+ * So far only the `m', `g`, and `x` fields are supported, as in tdv.
*
* Copyright (c) 2013 - 2021, Přemysl Eric Janouch <p@janouch.name>
*