aboutsummaryrefslogtreecommitdiff
path: root/hatask.ha
diff options
context:
space:
mode:
authorJulian Hurst <ark@mansus.space>2024-11-15 01:14:07 +0100
committerJulian Hurst <ark@mansus.space>2024-11-15 01:14:07 +0100
commit189c3af4052d543ce816637d97fed926fefa5c47 (patch)
tree3e04183827064e52aeb954c5495a283c9f6ff2c6 /hatask.ha
parente2bee01af84bc7a6bc191f931f195b3c0b5175cc (diff)
downloadhatask-189c3af4052d543ce816637d97fed926fefa5c47.tar.gz
csv -> tsv
Diffstat (limited to 'hatask.ha')
-rw-r--r--hatask.ha4
1 files changed, 2 insertions, 2 deletions
diff --git a/hatask.ha b/hatask.ha
index 190f82b..c65aff2 100644
--- a/hatask.ha
+++ b/hatask.ha
@@ -130,8 +130,8 @@ export fn main() void = {
("w", ["write a task", "id"]: []getopt::help),
("done", ["delete a task", "id"]: []getopt::help),
("d", ["delete a task", "id"]: []getopt::help),
- ("csv", ["print csv of tasks"]: []getopt::help),
- ("c", ["print csv of tasks"]: []getopt::help),
+ ("tsv", ["print tsv of tasks"]: []getopt::help),
+ ("t", ["print tsv of tasks"]: []getopt::help),
);
defer getopt::finish(&cmd);