diff options
author | Daniel Buch <boogiewasthere@gmail.com> | 2014-08-26 21:17:22 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-09-25 16:39:18 +0200 |
commit | d6bc8348d5be8576a475ac8ced2b0146e60fb71f (patch) | |
tree | 1cc185bf0c719da2a39c679f7ddfe5ef47508143 /shell-completion | |
parent | 4a3bb599609d687e0a501a748bfac491f5fb9f6c (diff) |
readahead: wipe out readahead
Diffstat (limited to 'shell-completion')
-rw-r--r-- | shell-completion/zsh/_systemd | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/shell-completion/zsh/_systemd b/shell-completion/zsh/_systemd index 06f03bd1e7..58b1c7b4e5 100644 --- a/shell-completion/zsh/_systemd +++ b/shell-completion/zsh/_systemd @@ -63,8 +63,7 @@ case "$service" in '--ready[Inform the init system about service start-up completion.]' \ '--pid=[Inform the init system about the main PID of the daemon]' \ '--status=[Send a free-form status string for the daemon to the init systemd]' \ - '--booted[Returns 0 if the system was booted up with systemd]' \ - '--readahead=[Controls disk read-ahead operations]:arguments:(cancel done noreply)' + '--booted[Returns 0 if the system was booted up with systemd]' ;; systemd-tty-ask-password-agent) _arguments \ |