diff options
author | Aidan Dang <dang@aidan.gg> | 2022-09-25 16:12:10 +0200 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2022-10-07 16:36:04 +0200 |
commit | fd83c98e8a462b9b5ae07e3d7a2ace500b50c172 (patch) | |
tree | 364be92f922271f10ccef7745970559639814eda /shell-completion/bash | |
parent | Merge pull request #22998 from DaanDeMeyer/journal-compact-split (diff) | |
download | systemd-fd83c98e8a462b9b5ae07e3d7a2ace500b50c172.tar.xz systemd-fd83c98e8a462b9b5ae07e3d7a2ace500b50c172.zip |
Implement --luks-sector-size for homed
Diffstat (limited to 'shell-completion/bash')
-rw-r--r-- | shell-completion/bash/homectl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell-completion/bash/homectl b/shell-completion/bash/homectl index 58a9c14c9e..166a50828e 100644 --- a/shell-completion/bash/homectl +++ b/shell-completion/bash/homectl @@ -96,6 +96,7 @@ _homectl() { --luks-pbkdf-time-cost --luks-pbkdf-memory-cost --luks-pbkdf-parallel-threads + --luks-sector-size --nosuid --nodev --noexec |