]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - shell-completion/bash/homectl
homed: default to "btrfs" as fs type in the LUKS backend
[thirdparty/systemd.git] / shell-completion / bash / homectl
index c2a9e610d155ad3392fe6297a7e2b9c9a4b4af93..1a1d5229667bb2d82a2015c8099c7c54b504bcc5 100644 (file)
@@ -139,7 +139,7 @@ _homectl() {
                 comps=$(cat /etc/shells)
                 ;;
             --fs-type)
-                comps='ext4 xfs btrsf'
+                comps='btrfs ext4 xfs'
                 ;;
             --cifs-user-name)
                 comps=$(compgen -A user -- "$cur" )