Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Modify help text for delete and purge domain (#1894)
Domain's purge help text explains delete. Of course, delete and purge are words used with similar meanings, but there is a command called domain delete, which can confuse users. ``` Delete the given virtual folder. Purge the given virtual folder. ``` I modified it by referring to the vfolder delete and purge help phrases above. **Checklist:** (if applicable) - [x] Milestone metadata specifying the target backport version - [ ] Mention to the original issue - [ ] Installer updates including: - Fixtures for db schema changes - New mandatory config options - [ ] Update of end-to-end CLI integration tests in `ai.backend.test` - [ ] API server-client counterparts (e.g., manager API -> client SDK) - [ ] Test case(s) to: - Demonstrate the difference of before/after - Demonstrate the flow of abstract/conceptual models with a concrete implementation - [ ] Documentation - Contents in the `docs` directory - docstrings in public interfaces and type annotations
- Loading branch information