mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-21 17:11:58 +00:00
16297b048f
With these, a user can noow largely ignore confetty for most abosuletly universal functions.
19 lines
401 B
Markdown
19 lines
401 B
Markdown
nodegroupremove(8) -- Remove a nodegroup from the confluent database
|
|
====================================================================
|
|
|
|
## SYNOPSIS
|
|
|
|
`nodegroupremove <noderange>`
|
|
|
|
## DESCRIPTION
|
|
|
|
`nodegroupremove` simply removes the given single nodegroup from the confluent database.
|
|
|
|
|
|
## EXAMPLES
|
|
|
|
* Remove group called testgroup
|
|
`# nodegroupremove testgroup`
|
|
`testgroup: deleted`
|
|
|