浏览代码

Update admin.md

Stefan Pejcic 1 年之前
父节点
当前提交
446e91a21d
共有 1 个文件被更改,包括 8 次插入1 次删除
  1. 8 1
      documentation/docs/admin/scripts/admin.md

+ 8 - 1
documentation/docs/admin/scripts/admin.md

@@ -147,5 +147,12 @@ Currently available options for notifications are:
 To check current server info you can use the following command:
 
 ```bash
-opencli server_info 
+opencli opencli report
 ```
+
+To make the report public and get a link that you can share with our support staff, add the `--public` flag:
+```bash
+opencli opencli report --public
+```
+
+