From 189c3af4052d543ce816637d97fed926fefa5c47 Mon Sep 17 00:00:00 2001 From: Julian Hurst Date: Fri, 15 Nov 2024 01:14:07 +0100 Subject: csv -> tsv --- hatask.ha | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hatask.ha') 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); -- cgit v1.2.3