diff --git a/app/spicedb/getting-started/installing-zed/page.mdx b/app/spicedb/getting-started/installing-zed/page.mdx index 2d63d941..7dfd9ed1 100644 --- a/app/spicedb/getting-started/installing-zed/page.mdx +++ b/app/spicedb/getting-started/installing-zed/page.mdx @@ -210,7 +210,7 @@ zed backup [flags] ### Children commands -- [zed backup create](#reference-zed-backup-create) - Backup a permission system to a file +- [zed backup create](#reference-zed-backup-create) - Back up a permission system to a file, or to stdout by passing "-" - [zed backup parse-relationships](#reference-zed-backup-parse-relationships) - Extract the relationships from a backup file - [zed backup parse-revision](#reference-zed-backup-parse-revision) - Extract the revision from a backup file - [zed backup parse-schema](#reference-zed-backup-parse-schema) - Extract the schema from a backup file @@ -220,10 +220,10 @@ zed backup [flags] ## Reference: `zed backup create` -Backup a permission system to a file +Back up a permission system to a file, or to stdout by passing "-" ``` -zed backup create [flags] +zed backup create [flags] ``` ### Options