Skip to content

Commit

Permalink
Add missed angle bracket to the help output
Browse files Browse the repository at this point in the history
As one was lost in the nats-io#3536

Signed-off-by: Alexander Kuleshov <[email protected]>
  • Loading branch information
0xAX committed Oct 4, 2024
1 parent acbca0f commit 6081ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Server Options:
-c, --config <file> Configuration file
-t Test configuration and exit
-sl,--signal <signal>[=<pid>] Send signal to nats-server process (ldm, stop, quit, term, reopen, reload)
pid> can be either a PID (e.g. 1) or the path to a PID file (e.g. /var/run/nats-server.pid)
<pid> can be either a PID (e.g. 1) or the path to a PID file (e.g. /var/run/nats-server.pid)
--client_advertise <string> Client URL to advertise to other servers
--ports_file_dir <dir> Creates a ports file in the specified directory (<executable_name>_<pid>.ports).
Expand Down

0 comments on commit 6081ce2

Please sign in to comment.