mirror of
https://github.com/systemd/systemd.git
synced 2025-03-31 14:50:15 +03:00
bash: fix typo
There's a typo in the bash completion script which disables isolate target completion. https://bugzilla.redhat.com/show_bug.cgi?id=694321
This commit is contained in:
parent
e85138e677
commit
2dcd4d2406
@ -81,7 +81,7 @@ _systemctl () {
|
||||
[FAILED_UNITS]='reset-failed'
|
||||
[STARTABLE_UNITS]='start restart reload-or-restart'
|
||||
[STOPPABLE_UNITS]='stop kill try-restart condrestart'
|
||||
[ISOLATEBLE_UNITS]='isolate'
|
||||
[ISOLATABLE_UNITS]='isolate'
|
||||
[RELOADABLE_UNITS]='reload reload-or-try-restart force-reload'
|
||||
[JOBS]='cancel'
|
||||
[SNAPSHOTS]='delete'
|
||||
|
Loading…
x
Reference in New Issue
Block a user