FIx typos

This commit is contained in:
Christer Warén
2025-11-10 19:48:07 +02:00
parent 77a54ef1f6
commit 54409a4197
8 changed files with 36 additions and 26 deletions
+5 -5
View File
@@ -1,18 +1,18 @@
wxi-ssh-keys(){
case ${args['3']} in
generate)
wxi-ssh-keys-retrieve
wxi-ssh-keys-generate
wxi-ssh-keys-save
wxi-ssh-keys-retrieve ${args['4']}
wxi-ssh-keys-generate ${args['4']}
wxi-ssh-keys-save ${args['4']}
;;
sign)
wxi-ssh-keys-sign
;;
retrieve)
wxi-ssh-keys-retrieve
wxi-ssh-keys-retrieve ${args['4']}
;;
save)
wxi-ssh-keys-save
wxi-ssh-keys-save ${args['4']}
;;
sync)
wxi-ssh-keys-sync