diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-04-24 12:29:09 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-04-24 12:29:09 -0400 |
commit | ea39ed2b8f3aeafcb6ec8650af0aa703f41925e8 (patch) | |
tree | 4164fb595d5c1e820d98962f890f01044a3bd976 /zsh_completion.in | |
parent | fd0109ecd077f53d0fdf3746bc5d2a8c8f1e82e7 (diff) | |
parent | 6e086f0e703194fcefe0040e2b5e967fa5ab307f (diff) |
Merge tag '20130408' into complete
tagging
Conflicts:
mkarchroot.in
Diffstat (limited to 'zsh_completion.in')
-rw-r--r-- | zsh_completion.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/zsh_completion.in b/zsh_completion.in index 727112a..c3abdfd 100644 --- a/zsh_completion.in +++ b/zsh_completion.in @@ -42,7 +42,6 @@ _makechrootpkg_args=( _mkarchroot_args=( '-r[Run a program within the context of the chroot]:app' '-u[Update the chroot via pacman]' - '-f[Force overwrite of files in the working-dir]' '-C[Location of a pacman config file]:pacman_config:_files' '-M[Location of a makepkg config file]:makepkg_config:_files' '-n[Do not copy config files into the chroot]' |