diff options
author | Mattias Andrée <maandree@kth.se> | 2023-06-23 10:40:22 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2023-06-23 10:40:22 +0200 |
commit | 901d3533ec3285b58960d0af0937c8e05692ebe0 (patch) | |
tree | e552881286ad78a0fbfb3aafe9a9c1ed360d53b8 /key2root-addkey.8 | |
parent | Implement key2root-lskeys (diff) | |
download | key2root-901d3533ec3285b58960d0af0937c8e05692ebe0.tar.gz key2root-901d3533ec3285b58960d0af0937c8e05692ebe0.tar.bz2 key2root-901d3533ec3285b58960d0af0937c8e05692ebe0.tar.xz |
Add argument checks to key2root-addkey and key2root-rmkey
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'key2root-addkey.8')
-rw-r--r-- | key2root-addkey.8 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/key2root-addkey.8 b/key2root-addkey.8 index 8f6eb7d..9faf335 100644 --- a/key2root-addkey.8 +++ b/key2root-addkey.8 @@ -42,6 +42,7 @@ be a user ID or a user name. .TP .I key-name The name the keyfile shall be given. +May not include whitespace characters. .TP .I crypt-parameters crypt(3) parameters that the keyfile shall be hashed with. |