Fix documentation

This commit is contained in:
Pranav Karawale 2022-10-13 15:01:20 +05:30
parent 0bafa5acef
commit 839640af58
Signed by: pranav
GPG Key ID: 1A551FFE981F09AB
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
# This script runs on ci.exozy.me to update ipcsockd running on exozyme.
clone:
git:
image: bash

View File

@ -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