about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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")
     },
 };