From be796fa2e0cd065eda5f0e4de0c6fdbd321348a2 Mon Sep 17 00:00:00 2001 From: Cody Soyland Date: Tue, 26 Sep 2017 11:05:49 -0500 Subject: [PATCH] Fix section heading name and incorrect flag. --- docs/administration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/administration.md b/docs/administration.md index 786f10992..ed4da61ee 100644 --- a/docs/administration.md +++ b/docs/administration.md @@ -3,7 +3,7 @@ title = "Administration" weight = 13 nav = [ "Installing in production", - "Imports and Exports", + "Importing and Exporting Data", "Versioning", "Backup/restore", ] @@ -52,7 +52,7 @@ The import API expects a csv of RowID,ColumnID's. When importing large datasets remember it is much faster to pre sort the data by RowID and then by ColumnID in ascending order. You can use the `--sort` flag to do that. Also, avoid querying Pilosa until the import is complete, otherwise you will experience inconsistent results. ``` -pilosa import --sort -d project -f stargazer project-stargazer.csv +pilosa import --sort -i project -f stargazer project-stargazer.csv ``` #### Exporting