about summary refs log tree commit diff stats
path: root/src/command
diff options
context:
space:
mode:
authorWill Song <incertia9474@gmail.com>2015-11-23 20:29:17 -0600
committerWill Song <incertia9474@gmail.com>2015-11-23 20:29:17 -0600
commitf73f88c571a559d8d441a9090e938ceec6725131 (patch)
treeaf37a7a4a021989b2f79366d173154c77287de23 /src/command
parentaac8bfe98f779c6f06b39f3e4524e6d1ca63449a (diff)
downloadprofani-tty-f73f88c571a559d8d441a9090e938ceec6725131.tar.gz
fix typo
Diffstat (limited to 'src/command')
-rw-r--r--src/command/command.c2
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")
     },
 };