Skip to content

Commit 88cb094

Browse files
Merge pull request ceph#63029 from bluikko/doc-admin-privprompts-radosgw
doc/radosgw: Use privileged prompt for CLI commands in admin.rst
2 parents e5c77d2 + 86a821a commit 88cb094

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/radosgw/admin.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -416,19 +416,19 @@ requests necessary to restore them.
416416

417417
To create an admin user:
418418

419-
.. prompt:: bash
419+
.. prompt:: bash #
420420

421421
radosgw-admin user create --uid={username} --display-name="{display-name}" --admin
422422

423423
To add the admin flag to an existing user:
424424

425-
.. prompt:: bash
425+
.. prompt:: bash #
426426

427427
radosgw-admin user modify --uid={username} --admin
428428

429429
To remove the admin flag from an existing user:
430430

431-
.. prompt:: bash
431+
.. prompt:: bash #
432432

433433
radosgw-admin user modify --uid={username} --admin=0
434434

0 commit comments

Comments
 (0)