From 839640af58861d24f4ee3d82cc6cc00d4524e0c3 Mon Sep 17 00:00:00 2001 From: Pranav Karawale Date: Thu, 13 Oct 2022 15:01:20 +0530 Subject: [PATCH] Fix documentation --- .woodpecker.yml | 1 + src/cli.rs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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