Skip to content

Commit

Permalink
Specify distinct use-cases for squid in SYNOPSIS
Browse files Browse the repository at this point in the history
Certain command line options make others irrelevant.
For example; -h or -v make all others do nothing, and
when -z is given only debugging and config options
have any effect.

Some options require others to be given
For example; the Windows -i, -r, and -O are mutually
exclusive and all depend on a value being given to -n.
  • Loading branch information
yadij committed Nov 17, 2023
1 parent 9bcfccb commit d9eeb01
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/squid.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,17 @@

# SYNOPSIS

**squid** [-dhisrvzCFNRSVYX] [-\-foreground] [-l facility] [-f file] [-[au] port] [-k signal] [-n service] [-O command]
**squid** [-dsCFNRSXY] [-\-foreground] [-l facility] [-f file] [-[au] port] [-k signal] [-n service]

**squid** -[hv]

**squid** -n service -i [-dsX] [-\-foreground] [-l facility]

**squid** -n service -r [-dsX] [-\-foreground] [-l facility]

**squid** -n service -O command [-ds] [-\-foreground] [-l facility]

**squid** -z [-NS] [-dsX] [-\-foreground] [-l facility] [-f file] [-n service]

# DESCRIPTION

Expand Down

0 comments on commit d9eeb01

Please sign in to comment.