diff options
Diffstat (limited to 'hatask.ha')
| -rw-r--r-- | hatask.ha | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); |
