diff options
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/Unix/Command/_totd | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_totd b/Completion/Unix/Command/_totd new file mode 100644 index 000000000..4d55d29bb --- /dev/null +++ b/Completion/Unix/Command/_totd @@ -0,0 +1,13 @@ +#compdef totdconfig + +_arguments \ + - set1 \ + '-a[add totd specific options]' \ + '-D[add totd specific config into dhclient-enter-hooks]' \ + '-d:name server:_hosts' \ + '-l[configure resolv.conf]' \ + - set2 \ + '-r:config to remove:(dhcp totd resolv all)' \ + - set3 \ + '-h[help]' + |