From 7a4443ff5b133dc757bfbd2155e6aedd459a2d2f Mon Sep 17 00:00:00 2001 From: ozwaldorf Date: Thu, 10 Oct 2024 00:54:03 -0400 Subject: [PATCH] chore: improve helptext --- src/main.rs | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/main.rs b/src/main.rs index a3bb962..8ee2b8b 100644 --- a/src/main.rs +++ b/src/main.rs @@ -43,19 +43,19 @@ const HELP_TEMPLATE: &str = "\ DESCRIPTION A simple, no bullshit, command line pastebin. - Pastes are created using HTTP PUT requests, which returns a URL - containing a portion of the content's blake3 hash, encoded with - base58. + Pastes are created using HTTP PUT requests, which returns a + determanistic URL containing a portion of the content's blake3 + hash, encoded with base58. Uploads with identical content will + always have the same download URL. - Content is deleted from storage after some time. Once deleted, - the content will remain available for some time in regions that - have it cached still. Content ids are hashes, so re-uploaded - content will always the same URL. + Content is always deleted from storage after some time. + Once deleted, the content will remain available in regions that + have it cached still. NOTES * Maximum file size : {max_size} * Storage TTL : {kv_ttl} - * Cache TTL : {cache_ttl} + * Regional cache TTL : {cache_ttl} * All time uploads : {upload_counter} EXAMPLES