diff options
author | Will Song <incertia9474@gmail.com> | 2015-11-23 20:29:17 -0600 |
---|---|---|
committer | Will Song <incertia9474@gmail.com> | 2015-11-23 20:29:17 -0600 |
commit | f73f88c571a559d8d441a9090e938ceec6725131 (patch) | |
tree | af37a7a4a021989b2f79366d173154c77287de23 | |
parent | aac8bfe98f779c6f06b39f3e4524e6d1ca63449a (diff) | |
download | profani-tty-f73f88c571a559d8d441a9090e938ceec6725131.tar.gz |
fix typo
-rw-r--r-- | src/command/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/command.c b/src/command/command.c index 6a66d730..3e9adc9c 100644 --- a/src/command/command.c +++ b/src/command/command.c @@ -1777,7 +1777,7 @@ static struct cmd_t command_defs[] = CMD_ARGS( { "<filepath>", "Path to the output file." }) CMD_EXAMPLES( - "/export /path/to/output.cxv", + "/export /path/to/output.csv", "/export ~/contacts.csv") }, }; |