From 26ce16f1db3fdd6fdd915f2ec7d11e4bfe72baed Mon Sep 17 00:00:00 2001 From: Sam Zaydel Date: Fri, 8 Apr 2016 14:12:38 -0700 Subject: [PATCH] docs: Changed word from singular to plural form to better fit context. (#491) --- Documentation/usage/dlv.md | 2 +- Documentation/usage/dlv_attach.md | 2 +- Documentation/usage/dlv_connect.md | 2 +- Documentation/usage/dlv_debug.md | 2 +- Documentation/usage/dlv_exec.md | 2 +- Documentation/usage/dlv_run.md | 2 +- Documentation/usage/dlv_test.md | 2 +- Documentation/usage/dlv_trace.md | 2 +- Documentation/usage/dlv_version.md | 2 +- cmd/dlv/cmds/commands.go | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Documentation/usage/dlv.md b/Documentation/usage/dlv.md index dc159d48..0fcce4c2 100644 --- a/Documentation/usage/dlv.md +++ b/Documentation/usage/dlv.md @@ -16,7 +16,7 @@ The goal of this tool is to provide a simple yet powerful interface for debuggin ### Options ``` - --accept-multiclient[=false]: Allows a headless server to accept multiple client connection. Note that the server API is not reentrant and clients will have to coordinate + --accept-multiclient[=false]: Allows a headless server to accept multiple client connections. Note that the server API is not reentrant and clients will have to coordinate --build-flags="": Build flags, to be passed to the compiler. --headless[=false]: Run debug server only, in headless mode. --init="": Init file, executed by the terminal client. diff --git a/Documentation/usage/dlv_attach.md b/Documentation/usage/dlv_attach.md index e8a56275..fb7c76bf 100644 --- a/Documentation/usage/dlv_attach.md +++ b/Documentation/usage/dlv_attach.md @@ -14,7 +14,7 @@ dlv attach pid ### Options inherited from parent commands ``` - --accept-multiclient[=false]: Allows a headless server to accept multiple client connection. Note that the server API is not reentrant and clients will have to coordinate + --accept-multiclient[=false]: Allows a headless server to accept multiple client connections. Note that the server API is not reentrant and clients will have to coordinate --build-flags="": Build flags, to be passed to the compiler. --headless[=false]: Run debug server only, in headless mode. --init="": Init file, executed by the terminal client. diff --git a/Documentation/usage/dlv_connect.md b/Documentation/usage/dlv_connect.md index 3991b055..3aea3c32 100644 --- a/Documentation/usage/dlv_connect.md +++ b/Documentation/usage/dlv_connect.md @@ -14,7 +14,7 @@ dlv connect addr ### Options inherited from parent commands ``` - --accept-multiclient[=false]: Allows a headless server to accept multiple client connection. Note that the server API is not reentrant and clients will have to coordinate + --accept-multiclient[=false]: Allows a headless server to accept multiple client connections. Note that the server API is not reentrant and clients will have to coordinate --build-flags="": Build flags, to be passed to the compiler. --headless[=false]: Run debug server only, in headless mode. --init="": Init file, executed by the terminal client. diff --git a/Documentation/usage/dlv_debug.md b/Documentation/usage/dlv_debug.md index 391c802f..3ab12978 100644 --- a/Documentation/usage/dlv_debug.md +++ b/Documentation/usage/dlv_debug.md @@ -15,7 +15,7 @@ dlv debug [package] ### Options inherited from parent commands ``` - --accept-multiclient[=false]: Allows a headless server to accept multiple client connection. Note that the server API is not reentrant and clients will have to coordinate + --accept-multiclient[=false]: Allows a headless server to accept multiple client connections. Note that the server API is not reentrant and clients will have to coordinate --build-flags="": Build flags, to be passed to the compiler. --headless[=false]: Run debug server only, in headless mode. --init="": Init file, executed by the terminal client. diff --git a/Documentation/usage/dlv_exec.md b/Documentation/usage/dlv_exec.md index c3779b84..2ab0ecca 100644 --- a/Documentation/usage/dlv_exec.md +++ b/Documentation/usage/dlv_exec.md @@ -14,7 +14,7 @@ dlv exec [./path/to/binary] ### Options inherited from parent commands ``` - --accept-multiclient[=false]: Allows a headless server to accept multiple client connection. Note that the server API is not reentrant and clients will have to coordinate + --accept-multiclient[=false]: Allows a headless server to accept multiple client connections. Note that the server API is not reentrant and clients will have to coordinate --build-flags="": Build flags, to be passed to the compiler. --headless[=false]: Run debug server only, in headless mode. --init="": Init file, executed by the terminal client. diff --git a/Documentation/usage/dlv_run.md b/Documentation/usage/dlv_run.md index 2f69fc5d..78bd9799 100644 --- a/Documentation/usage/dlv_run.md +++ b/Documentation/usage/dlv_run.md @@ -14,7 +14,7 @@ dlv run ### Options inherited from parent commands ``` - --accept-multiclient[=false]: Allows a headless server to accept multiple client connection. Note that the server API is not reentrant and clients will have to coordinate + --accept-multiclient[=false]: Allows a headless server to accept multiple client connections. Note that the server API is not reentrant and clients will have to coordinate --build-flags="": Build flags, to be passed to the compiler. --headless[=false]: Run debug server only, in headless mode. --init="": Init file, executed by the terminal client. diff --git a/Documentation/usage/dlv_test.md b/Documentation/usage/dlv_test.md index 06b63724..789d543e 100644 --- a/Documentation/usage/dlv_test.md +++ b/Documentation/usage/dlv_test.md @@ -14,7 +14,7 @@ dlv test [package] ### Options inherited from parent commands ``` - --accept-multiclient[=false]: Allows a headless server to accept multiple client connection. Note that the server API is not reentrant and clients will have to coordinate + --accept-multiclient[=false]: Allows a headless server to accept multiple client connections. Note that the server API is not reentrant and clients will have to coordinate --build-flags="": Build flags, to be passed to the compiler. --headless[=false]: Run debug server only, in headless mode. --init="": Init file, executed by the terminal client. diff --git a/Documentation/usage/dlv_trace.md b/Documentation/usage/dlv_trace.md index ae2aeca3..20c87b3a 100644 --- a/Documentation/usage/dlv_trace.md +++ b/Documentation/usage/dlv_trace.md @@ -21,7 +21,7 @@ dlv trace [package] regexp ### Options inherited from parent commands ``` - --accept-multiclient[=false]: Allows a headless server to accept multiple client connection. Note that the server API is not reentrant and clients will have to coordinate + --accept-multiclient[=false]: Allows a headless server to accept multiple client connections. Note that the server API is not reentrant and clients will have to coordinate --build-flags="": Build flags, to be passed to the compiler. --headless[=false]: Run debug server only, in headless mode. --init="": Init file, executed by the terminal client. diff --git a/Documentation/usage/dlv_version.md b/Documentation/usage/dlv_version.md index 088bed56..dc22d273 100644 --- a/Documentation/usage/dlv_version.md +++ b/Documentation/usage/dlv_version.md @@ -14,7 +14,7 @@ dlv version ### Options inherited from parent commands ``` - --accept-multiclient[=false]: Allows a headless server to accept multiple client connection. Note that the server API is not reentrant and clients will have to coordinate + --accept-multiclient[=false]: Allows a headless server to accept multiple client connections. Note that the server API is not reentrant and clients will have to coordinate --build-flags="": Build flags, to be passed to the compiler. --headless[=false]: Run debug server only, in headless mode. --init="": Init file, executed by the terminal client. diff --git a/cmd/dlv/cmds/commands.go b/cmd/dlv/cmds/commands.go index 467c4999..a7826c60 100644 --- a/cmd/dlv/cmds/commands.go +++ b/cmd/dlv/cmds/commands.go @@ -77,7 +77,7 @@ func New() *cobra.Command { RootCommand.PersistentFlags().StringVarP(&Addr, "listen", "l", "localhost:0", "Debugging server listen address.") RootCommand.PersistentFlags().BoolVarP(&Log, "log", "", false, "Enable debugging server logging.") RootCommand.PersistentFlags().BoolVarP(&Headless, "headless", "", false, "Run debug server only, in headless mode.") - RootCommand.PersistentFlags().BoolVarP(&AcceptMulti, "accept-multiclient", "", false, "Allows a headless server to accept multiple client connection. Note that the server API is not reentrant and clients will have to coordinate") + RootCommand.PersistentFlags().BoolVarP(&AcceptMulti, "accept-multiclient", "", false, "Allows a headless server to accept multiple client connections. Note that the server API is not reentrant and clients will have to coordinate") RootCommand.PersistentFlags().StringVar(&InitFile, "init", "", "Init file, executed by the terminal client.") RootCommand.PersistentFlags().StringVar(&BuildFlags, "build-flags", buildFlagsDefault, "Build flags, to be passed to the compiler.") -- GitLab