review comments

This commit is contained in:
Dustin J. Mitchell 2024-11-21 21:18:35 -05:00
parent c8ff7e49c2
commit bfd0f76873
No known key found for this signature in database

View file

@ -27,7 +27,7 @@ fn command() -> Command {
.default_value("/var/lib/taskchampion-sync-server"),
)
.arg(
arg!(-C --"allow-client-id" <CLIENT_IDS> "Client IDs to allow (can be repeated; default: all)")
arg!(-C --"allow-client-id" <CLIENT_ID> "Client IDs to allow (can be repeated; if not specified, all clients are allowed)")
.value_parser(value_parser!(Uuid))
.action(ArgAction::Append)
.required(false),