review updates

This commit is contained in:
ddeyo 2018-10-01 13:03:06 -07:00
parent 34894b9c80
commit 4c6d8fb806
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ description: Create a support dump for UCP nodes
keywords: ucp, cli, support, support dump, troubleshooting
---
Create a support dump for this UCP node
Create a support dump for specified UCP nodes
## Usage
@ -25,5 +25,5 @@ This command creates a support dump file for the specified node(s), and prints i
| Option | Description |
|:--------------------------|:---------------------------|
|`--loglines`|Specify number of lines to grab from `journalctl`. The default is 10,000 lines.|
|`--servicedriller`|Run the swarm service driller (ssd) tool. For more information on this tool, see [Docker Swarm Service Driller (ssd)](https://github.com/sanimej/ssd) Not run by default.|
|`--servicedriller`|Run the swarm service driller (ssd) tool. For more information on this tool, see [Docker Swarm Service Driller (ssd)](https://github.com/docker/libnetwork/tree/master/cmd/ssd) Not run by default.|
|`--nodes`|Select specific nodes on which to produce a support dump. Comma-separated node IDs are allowed. The default selects all nodes.|