mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
obnam completions: use $hostname instead of (hostname)
This commit is contained in:
parent
920be02fe9
commit
7437f82d92
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ complete -c obnam --no-files --condition __fish_obnam_nosubcommand -a 'verify' -
|
|||
complete -c obnam --no-files -l always-restore-setuid -d 'Restore setuid/setgid bits in restored files'
|
||||
complete -c obnam --no-files -l no-always-restore-setuid -d 'Do not restore setuid/setgid bits in restored files'
|
||||
complete -c obnam --no-files -l checksum-algorithm -a 'sha512 sha224 sha256 sha384' -d 'Use CHECKSUM algorithm'
|
||||
complete -c obnam --no-files -l client-name -a '(hostname)' -d 'Name of client'
|
||||
complete -c obnam --no-files -l client-name -a '$hostname' -d 'Name of client'
|
||||
complete -c obnam --no-files -l compress-with -a 'none deflate' -d 'Compress repository with'
|
||||
complete -c obnam --no-files -l critical-age -d 'For --nagios-last-backup-age: maximum age'
|
||||
complete -c obnam --no-files -l dump-repo-file-metadata -d 'Dump metadata about files'
|
||||
|
|
Loading…
Reference in a new issue