this should be here

This commit is contained in:
flash 2025-01-03 04:03:47 +00:00
parent e2705804c1
commit b15cc5ba48

View file

@ -30,7 +30,7 @@ Usage: `nuke-file [OPTION]... [FILE]`
Prevents a file from being uploaded in the future and marks the existing copy for removal.
This tool accepts three options:
- `-r`/`--reason`: Required!!! Reason for denying the file. Currently supports `copyright`, `rules` and `other`.
- `-r`/`--reason=REASON`: Required!!! Reason for denying the file. Currently supports `copyright`, `rules` and `other`.
- `-h`/`--hash`: Treat the provided ID as a SHA256 hash, can be hex, URI-safe base64 or raw if you're feeling feisty.
- `-s`/`--base62`: Interpret provided ID as a base62 number.
- `-u`/`--upload`: Interpret provided ID as an upload ID instead of a file ID.