aboutsummaryrefslogtreecommitdiffstats
path: root/bash-completion
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2024-11-05 10:59:13 +0100
committerKarel Zak <kzak@redhat.com>2024-11-05 10:59:13 +0100
commit472f89cce0ded69076649aadbcc906dbc913a823 (patch)
tree85e79aa3924cd9850fe53148e2f4d13cb3b9a302 /bash-completion
parente963eebc9465f65f379053ab44ad960508ba1fa6 (diff)
parent35b67be1956ee0edbc938eb5971a43712e2a0475 (diff)
downloadutil-linux-472f89cce0ded69076649aadbcc906dbc913a823.tar.gz
Merge branch 'PR/hardlink-nftw-imrovements' of https://github.com/karelzak/util-linux-work
* 'PR/hardlink-nftw-imrovements' of https://github.com/karelzak/util-linux-work: hardlink: implement --mount hardlink: add missing verbose messages and unify them hardlink: implement --exclude-subtree
Diffstat (limited to 'bash-completion')
-rw-r--r--bash-completion/hardlink5
1 files changed, 5 insertions, 0 deletions
diff --git a/bash-completion/hardlink b/bash-completion/hardlink
index e2da73d257..3b0200640c 100644
--- a/bash-completion/hardlink
+++ b/bash-completion/hardlink
@@ -9,6 +9,10 @@ _hardlink_module()
COMPREPLY=( $(compgen -W "regex" -- $cur) )
return 0
;;
+ '--exclude-subtree')
+ COMPREPLY=( $(compgen -W "regex" -- $cur) )
+ return 0
+ ;;
'-i'|'--include')
COMPREPLY=( $(compgen -W "regex" -- $cur) )
return 0
@@ -49,6 +53,7 @@ _hardlink_module()
--respect-name
--maximize
--minimize
+ --mount
--dry-run
--ignore-owner
--keep-oldest