docs: Changed word from singular to plural form to better fit context. (#491)

This commit is contained in:
Sam Zaydel 2016-04-08 14:12:38 -07:00 committed by Derek Parker
parent 43c27a40cb
commit 26ce16f1db
10 changed files with 10 additions and 10 deletions

@ -16,7 +16,7 @@ The goal of this tool is to provide a simple yet powerful interface for debuggin
### Options ### 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. --build-flags="": Build flags, to be passed to the compiler.
--headless[=false]: Run debug server only, in headless mode. --headless[=false]: Run debug server only, in headless mode.
--init="": Init file, executed by the terminal client. --init="": Init file, executed by the terminal client.

@ -14,7 +14,7 @@ dlv attach pid
### Options inherited from parent commands ### 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. --build-flags="": Build flags, to be passed to the compiler.
--headless[=false]: Run debug server only, in headless mode. --headless[=false]: Run debug server only, in headless mode.
--init="": Init file, executed by the terminal client. --init="": Init file, executed by the terminal client.

@ -14,7 +14,7 @@ dlv connect addr
### Options inherited from parent commands ### 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. --build-flags="": Build flags, to be passed to the compiler.
--headless[=false]: Run debug server only, in headless mode. --headless[=false]: Run debug server only, in headless mode.
--init="": Init file, executed by the terminal client. --init="": Init file, executed by the terminal client.

@ -15,7 +15,7 @@ dlv debug [package]
### Options inherited from parent commands ### 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. --build-flags="": Build flags, to be passed to the compiler.
--headless[=false]: Run debug server only, in headless mode. --headless[=false]: Run debug server only, in headless mode.
--init="": Init file, executed by the terminal client. --init="": Init file, executed by the terminal client.

@ -14,7 +14,7 @@ dlv exec [./path/to/binary]
### Options inherited from parent commands ### 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. --build-flags="": Build flags, to be passed to the compiler.
--headless[=false]: Run debug server only, in headless mode. --headless[=false]: Run debug server only, in headless mode.
--init="": Init file, executed by the terminal client. --init="": Init file, executed by the terminal client.

@ -14,7 +14,7 @@ dlv run
### Options inherited from parent commands ### 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. --build-flags="": Build flags, to be passed to the compiler.
--headless[=false]: Run debug server only, in headless mode. --headless[=false]: Run debug server only, in headless mode.
--init="": Init file, executed by the terminal client. --init="": Init file, executed by the terminal client.

@ -14,7 +14,7 @@ dlv test [package]
### Options inherited from parent commands ### 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. --build-flags="": Build flags, to be passed to the compiler.
--headless[=false]: Run debug server only, in headless mode. --headless[=false]: Run debug server only, in headless mode.
--init="": Init file, executed by the terminal client. --init="": Init file, executed by the terminal client.

@ -21,7 +21,7 @@ dlv trace [package] regexp
### Options inherited from parent commands ### 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. --build-flags="": Build flags, to be passed to the compiler.
--headless[=false]: Run debug server only, in headless mode. --headless[=false]: Run debug server only, in headless mode.
--init="": Init file, executed by the terminal client. --init="": Init file, executed by the terminal client.

@ -14,7 +14,7 @@ dlv version
### Options inherited from parent commands ### 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. --build-flags="": Build flags, to be passed to the compiler.
--headless[=false]: Run debug server only, in headless mode. --headless[=false]: Run debug server only, in headless mode.
--init="": Init file, executed by the terminal client. --init="": Init file, executed by the terminal client.

@ -77,7 +77,7 @@ func New() *cobra.Command {
RootCommand.PersistentFlags().StringVarP(&Addr, "listen", "l", "localhost:0", "Debugging server listen address.") 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(&Log, "log", "", false, "Enable debugging server logging.")
RootCommand.PersistentFlags().BoolVarP(&Headless, "headless", "", false, "Run debug server only, in headless mode.") 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(&InitFile, "init", "", "Init file, executed by the terminal client.")
RootCommand.PersistentFlags().StringVar(&BuildFlags, "build-flags", buildFlagsDefault, "Build flags, to be passed to the compiler.") RootCommand.PersistentFlags().StringVar(&BuildFlags, "build-flags", buildFlagsDefault, "Build flags, to be passed to the compiler.")