diff --git a/.woodpecker.yml b/.woodpecker.yml index 4bae320..1d4ee11 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,3 +1,4 @@ +# This script runs on ci.exozy.me to update ipcsockd running on exozyme. clone: git: image: bash diff --git a/src/cli.rs b/src/cli.rs index bb4c858..74d5240 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -16,7 +16,7 @@ use clap::{CommandFactory, Parser}; /// Here, the arguments --arg1 and --arg2 are passed to mycommand during the time /// of execution instead of being parsed by ipcsockd. /// -/// ipcsockd prints a message \"OK\" to standard error when it is ready to receive +/// ipcsockd prints a message "OK" to standard error when it is ready to receive /// requests. This can be utilised to check the status of the server. /// /// ipcsockd limits the maximum amount of concurrent requests at a particular point