Skip to content

Commit

Permalink
Fix cli help message for Files output
Browse files Browse the repository at this point in the history
  • Loading branch information
vruello committed Jul 22, 2024
1 parent 4c8271e commit 1b43ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ async fn main() {
)
.subcommand(
Command::new("files")
.about("Configures a File output. Path template is <base>/<ip>/<princ>/[<node_name>/]<filename>, where <ip> is the string representation of the IP addr of the machine and <princ> its Kerberos principal. You may split the IP Address to make a hierarchical tree structure. <node_name> is optional, and refers to the eponym server configuration.")
.about("Configures a Files output which will store events on disk at configured path")
.arg(arg!(<path> "Destination path that can use variables. Example: \"/archive/{ip}/{principal}/{node}/messages\", where {ip} is the string representation of the IP addr of the machine and {principal} its Kerberos principal. See documentation for other variables."))
)
.subcommand(
Expand Down

0 comments on commit 1b43ca1

Please sign in to comment.