summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Bridle <ben@derelict.engineering>2025-07-07 22:17:28 +1200
committerBen Bridle <ben@derelict.engineering>2025-07-07 22:17:28 +1200
commitf01caf7f4873c9d261477ab5d9d18df624cb5d09 (patch)
tree89324264e5cbf2c5b9be4459a7ed4afda92d6ad2
parenta702893fd1e1e59b5bfc770c5088120e8c3ece56 (diff)
downloadbedrock-pc-f01caf7f4873c9d261477ab5d9d18df624cb5d09.zip
Document the --trust-files flag in the help string
-rw-r--r--src/bin/br/main.rs1
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