feat(aa-log): update shell completion.

This commit is contained in:
Alexandre Pujol 2022-10-15 17:29:49 +01:00
parent 643a84997e
commit e8c6befc78
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ _aa-log() {
local IFS=$'\n'
_arguments : \
-f'[set a logfile or a prefix to the default log file]:FILE:__aa_files' \
-d'[show dbus session event]' \
-s'[parse systemd dbus logs]' \
-h'[display help information]'
_values -C 'profile names' ${$(__aa_profiles):-""}