mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-21 08:51:14 -03:00
completion helper functions: do not use gettext
remove package
This commit is contained in:
committed by
Fabian Homborg
parent
12ce66684e
commit
b4626468ec
@@ -13,17 +13,17 @@ function __fish_complete_zfs_mountpoint_properties -d "Completes with ZFS mountp
|
||||
case "*"
|
||||
set OS "unknown"
|
||||
end
|
||||
echo -e "atime\t"(_ "Update access time on read")" (on, off)"
|
||||
echo -e "devices\t"(_ "Are contained device nodes openable")" (on, off)"
|
||||
echo -e "exec\t"(_ "Can contained executables be executed")" (on, off)"
|
||||
echo -e "readonly\t"(_ "Read-only")" (on, off)"
|
||||
echo -e "setuid\t"(_ "Respect set-UID bit")" (on, off)"
|
||||
echo -e "atime\tUpdate access time on read (on, off)"
|
||||
echo -e "devices\tAre contained device nodes openable (on, off)"
|
||||
echo -e "exec\tCan contained executables be executed (on, off)"
|
||||
echo -e "readonly\tRead-only (on, off)"
|
||||
echo -e "setuid\tRespect set-UID bit (on, off)"
|
||||
if test $OS = "SunOS"
|
||||
echo -e "nbmand\t"(_ "Mount with Non Blocking mandatory locks")" (on, off)"
|
||||
echo -e "xattr\t"(_ "Extended attributes")" (on, off, sa)"
|
||||
echo -e "nbmand\tMount with Non Blocking mandatory locks (on, off)"
|
||||
echo -e "xattr\tExtended attributes (on, off, sa)"
|
||||
else if test $OS = "Linux"
|
||||
echo -e "nbmand\t"(_ "Mount with Non Blocking mandatory locks")" (on, off)"
|
||||
echo -e "relatime\t"(_ "Sometimes update access time on read")" (on, off)"
|
||||
echo -e "xattr\t"(_ "Extended attributes")" (on, off, sa)"
|
||||
echo -e "nbmand\tMount with Non Blocking mandatory locks (on, off)"
|
||||
echo -e "relatime\tSometimes update access time on read (on, off)"
|
||||
echo -e "xattr\tExtended attributes (on, off, sa)"
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user