Skip to content

Commit

Permalink
chore: improve helptext
Browse files Browse the repository at this point in the history
  • Loading branch information
ozwaldorf committed Oct 10, 2024
1 parent c6d9ba9 commit 7a4443f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a4443f

Please sign in to comment.