diff options
| author | Karel Zak <kzak@redhat.com> | 2023-01-16 13:47:36 +0100 |
|---|---|---|
| committer | Karel Zak <kzak@redhat.com> | 2023-01-16 13:47:36 +0100 |
| commit | a5a9b54429e1959e89801d7bdedd7651d3da1214 (patch) | |
| tree | d056670de23ad96aa474bfd3996f640cefbe40f0 /bash-completion | |
| parent | e53463ea40c58a6f84a597966ac69be9be72cd7d (diff) | |
| download | util-linux-a5a9b54429e1959e89801d7bdedd7651d3da1214.tar.gz | |
swapon: add --fstab command line option
Let's add --fstab mount option for compatibility with mount(8).
Addresses: https://github.com/util-linux/util-linux/issues/2017
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'bash-completion')
| -rw-r--r-- | bash-completion/swapon | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bash-completion/swapon b/bash-completion/swapon index a6b6f09211..093710590c 100644 --- a/bash-completion/swapon +++ b/bash-completion/swapon @@ -59,6 +59,7 @@ _swapon_module() --discard --ifexists --fixpgsz + --fstab --priority --summary --show |
