mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
zsh-completion: _journalctl fixes (#5165)
allow _journalctl to work when the rcquotes option is set, broken inba89f80620. allow the completion of --file multiple times, whichba89f80620claims is true. Fixes #4842
This commit is contained in:
@@ -107,8 +107,8 @@ _arguments -s \
|
||||
'--user[Show messages from user services]' \
|
||||
'(--directory -D -M --machine --root --file)'{-M+,--machine=}'[Operate on local container]:machines:_sd_machines' \
|
||||
'(--directory -D -M --machine --root --file)'{-D+,--directory=}'[Show journal files from directory]:directories:_directories' \
|
||||
'(--directory -D -M --machine --root --file)''--root=[Operate on catalog hierarchy under specified directory]:directories:_directories' \
|
||||
'(--directory -D -M --machine --root)--file=[Operate on specified journal files]:file:_files' \
|
||||
'(--directory -D -M --machine --root --file)--root=[Operate on catalog hierarchy under specified directory]:directories:_directories' \
|
||||
'(--directory -D -M --machine --root)*--file=[Operate on specified journal files]:file:_files' \
|
||||
'--new-id128[Generate a new 128 Bit ID]' \
|
||||
'--header[Show journal header information]' \
|
||||
'--disk-usage[Show total disk usage]' \
|
||||
|
||||
Reference in New Issue
Block a user