diff options
author | Štěpán Němec <stepnem@smrk.net> | 2024-02-27 14:31:43 +0100 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2024-02-27 17:57:33 +0100 |
commit | c959e1782316f93464baf4f2fd15484bf84413ba (patch) | |
tree | 334ddf10b63bd266a416d5ef60f93635dbb57b18 /shell-completion | |
parent | bootspec: don't complain about valid loader.conf settings (diff) | |
download | systemd-c959e1782316f93464baf4f2fd15484bf84413ba.tar.xz systemd-c959e1782316f93464baf4f2fd15484bf84413ba.zip |
man, shell-completion: fix a few typos/language issues
Diffstat (limited to 'shell-completion')
-rw-r--r-- | shell-completion/zsh/_journalctl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-completion/zsh/_journalctl b/shell-completion/zsh/_journalctl index 61a52afddf..7138615cdd 100644 --- a/shell-completion/zsh/_journalctl +++ b/shell-completion/zsh/_journalctl @@ -120,7 +120,7 @@ _arguments -s \ '--facility=[Filter messages by facility]:facility:_journalctl_facilities' \ {-t+,--identifier=}'[Filter messages by syslog identifier]:identifier:_journalctl_field_values SYSLOG_IDENTIFIER' \ {-c+,--cursor=}'[Start showing entries from the specified cursor]:cursors:_journalctl_field_values __CURSORS' \ - '--cursor-file=[Show entries using cursor store in file]:file:_files' \ + '--cursor-file=[Show entries using cursor stored in file]:file:_files' \ '--after-cursor=[Start showing entries from after the specified cursor]:cursors:_journalctl_field_values __CURSORS' \ '--since=[Start showing entries on or newer than the specified date]:YYYY-MM-DD HH\:MM\:SS' \ '--until=[Stop showing entries on or older than the specified date]:YYYY-MM-DD HH\:MM\:SS' \ |