]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
bash-completion: (lslogins) add --json completion
authorChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Sat, 11 Oct 2025 16:58:25 +0000 (12:58 -0400)
committerChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Sat, 11 Oct 2025 22:25:49 +0000 (18:25 -0400)
Signed-off-by: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
bash-completion/lslogins

index f49d264e688157e7de60e2284afab9ea421e5565..9e39100096441e836579029b26c218bf6ecfa27f 100644 (file)
@@ -62,6 +62,7 @@ _lslogins_module()
                        --output-all
                        --pwd
                        --raw
+                       --json
                        --system-accs
                        --time-format
                        --user-accs
@@ -71,8 +72,7 @@ _lslogins_module()
                        --btmp-file
                        --lastlog
                        --help
-                       --version
-               " -- $cur) )
+                       --version" -- $cur) )
        return 0
 }
 complete -F _lslogins_module lslogins