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: clone:
git: git:
image: bash 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 /// Here, the arguments --arg1 and --arg2 are passed to mycommand during the time
/// of execution instead of being parsed by ipcsockd. /// 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. /// requests. This can be utilised to check the status of the server.
/// ///
/// ipcsockd limits the maximum amount of concurrent requests at a particular point /// ipcsockd limits the maximum amount of concurrent requests at a particular point