diff options
author | Ben Bridle <ben@derelict.engineering> | 2025-07-07 22:17:28 +1200 |
---|---|---|
committer | Ben Bridle <ben@derelict.engineering> | 2025-07-07 22:17:28 +1200 |
commit | f01caf7f4873c9d261477ab5d9d18df624cb5d09 (patch) | |
tree | 89324264e5cbf2c5b9be4459a7ed4afda92d6ad2 | |
parent | a702893fd1e1e59b5bfc770c5088120e8c3ece56 (diff) | |
download | bedrock-pc-f01caf7f4873c9d261477ab5d9d18df624cb5d09.zip |
Document the --trust-files flag in the help string
-rw-r--r-- | src/bin/br/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/br/main.rs b/src/bin/br/main.rs index f4d79fa..cedd18c 100644 --- a/src/bin/br/main.rs +++ b/src/bin/br/main.rs @@ -224,6 +224,7 @@ Switches: --debug, (-d) Show debug information while the program is running --decode-stdin (-i) Decode transmissions on standard input from text lines. --encode-stdout (-o) Encode transmissions on standard output as text lines. + --trust-files Give the program unrestricted access to the file system. --help (-h) Print this help information --verbose, (-v) Print additional information --version Print the program version and exit |