diff options
author | Jonathan Davies <jpds@protonmail.com> | 2023-01-02 13:35:26 +0000 |
---|---|---|
committer | Jonathan Davies <jpds@protonmail.com> | 2023-01-03 11:11:12 +0000 |
commit | 8be862aa193ebe3081d1a74c3c5fc493ae9c82b0 (patch) | |
tree | dbde848687e922dee1510c9042d58c21a1251694 /doc/book/quick-start/_index.md | |
parent | 76230f20282e73a5a5afa33af68152acaf732cf5 (diff) | |
download | garage-8be862aa193ebe3081d1a74c3c5fc493ae9c82b0.tar.gz garage-8be862aa193ebe3081d1a74c3c5fc493ae9c82b0.zip |
Changed all instances of 'key new' to 'key create' to make it consistent as bucket commands issued normally around the same time.
Diffstat (limited to 'doc/book/quick-start/_index.md')
-rw-r--r-- | doc/book/quick-start/_index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/book/quick-start/_index.md b/doc/book/quick-start/_index.md index ac55d2f7..ab83b75a 100644 --- a/doc/book/quick-start/_index.md +++ b/doc/book/quick-start/_index.md @@ -206,7 +206,7 @@ one key can access multiple buckets, multiple keys can access one bucket. Create an API key using the following command: ``` -garage key new --name nextcloud-app-key +garage key create nextcloud-app-key ``` The output should look as follows: |