client: Deletions may not "immediately" happen

Aggressive caching may make the effect non-immediate.
This commit is contained in:
Zhaofeng Li 2023-01-08 00:57:22 -07:00
parent ffae7002b3
commit c89f5f0f3f

View file

@ -253,7 +253,7 @@ async fn destroy_cache(sub: Destroy) -> Result<()> {
if !sub.no_confirm {
eprintln!("When you destory a cache:");
eprintln!();
eprintln!("1. Everyone will immediately lose access.");
eprintln!("1. Everyone will lose access.");
eprintln!("2. The underlying data won't be deleted immediately.");
eprintln!("3. You may not be able to create a cache of the same name.");
eprintln!();