15 lines
315 B
Plaintext
15 lines
315 B
Plaintext
|
module completions {
|
||
|
|
||
|
# set the label of a swap filesystem
|
||
|
export extern swaplabel [
|
||
|
--label(-L): string # set the label
|
||
|
-l: string # set the label
|
||
|
device: string
|
||
|
--help(-h) # Print help
|
||
|
--version(-V) # Print version
|
||
|
]
|
||
|
|
||
|
}
|
||
|
|
||
|
use completions *
|