diff options
| author | cgoesche <cgoesc2@wgu.edu> | 2025-11-01 19:45:32 -0400 |
|---|---|---|
| committer | cgoesche <cgoesc2@wgu.edu> | 2025-11-02 09:42:19 -0500 |
| commit | 2ce6bcc507e56b34584960e26af16b48984feb7e (patch) | |
| tree | c9a8703a0b870ea9ec36dc5dbfdc45076503c6c5 | |
| parent | a8835586c23f8906952481e1b96611e1f9b4c62f (diff) | |
| download | util-linux-2ce6bcc507e56b34584960e26af16b48984feb7e.tar.gz | |
bash-completion: (lastlog2) add missing --active
Signed-off-by: cgoesche <cgoesc2@wgu.edu>
| -rw-r--r-- | bash-completion/lastlog2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bash-completion/lastlog2 b/bash-completion/lastlog2 index 09aa4ed11e..40d867789b 100644 --- a/bash-completion/lastlog2 +++ b/bash-completion/lastlog2 @@ -35,7 +35,7 @@ _lastlog2_module() esac case $cur in -*) - OPTS=" + OPTS=" --active --before --clear --database |
