mirror of
https://github.com/GothenburgBitFactory/taskchampion-sync-server.git
synced 2025-06-26 10:54:29 +02:00
review comments
This commit is contained in:
parent
c8ff7e49c2
commit
bfd0f76873
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue