Update mcookie
This commit is contained in:
parent
331e0ab9fa
commit
bdee8a976c
14
src/_mcookie
14
src/_mcookie
|
@ -28,17 +28,19 @@
|
||||||
# Description
|
# Description
|
||||||
# -----------
|
# -----------
|
||||||
#
|
#
|
||||||
# Completion script for mcookie - generate random 128-bit hexadecimal numbers
|
# Completion script for mcookie 2.40.2 (https://github.com/util-linux/util-linux)
|
||||||
|
# - generate random 128-bit hexadecimal numbers
|
||||||
#
|
#
|
||||||
# Author:
|
# Author:
|
||||||
# * Aditi Sharma (https://github.com/Aditi76117)
|
# * Aditi Sharma (https://github.com/Aditi76117)
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
|
|
||||||
_arguments -s \
|
_arguments \
|
||||||
'--max-size[Set maximum length of output]:number' \
|
{-f,--file}'[Use file as as cookie seed]:file:_files' \
|
||||||
'--verbose[Print entropy source and random seed info]' \
|
{-m,--max-size}'[Set maximum length of output]:number' \
|
||||||
'--help[Display help message and exit]' \
|
{-v,--verbose}'[Print entropy source and random seed info]' \
|
||||||
'--version[Display version information and exit]'
|
'(- *)'{-h,--help}'[Display help message and exit]' \
|
||||||
|
'(- *)'{-V,--version}'[Display version information and exit]'
|
||||||
|
|
||||||
# Local Variables:
|
# Local Variables:
|
||||||
# mode: Shell-Script
|
# mode: Shell-Script
|
||||||
|
|
Loading…
Reference in New Issue