mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
systemd-run: add --no-pager, use pager for --help
This commit is contained in:
committed by
Yu Watanabe
parent
d137f280b8
commit
63770fa1d3
@@ -40,7 +40,8 @@ _systemd_run() {
|
||||
--path-property --socket-property --timer-property -H --host -M --machine --expand-environment
|
||||
--background --json --job-mode
|
||||
)
|
||||
local OPTS="${opts_with_values[*]} --no-ask-password --scope -u --slice-inherit -r --remain-after-exit
|
||||
local OPTS="${opts_with_values[*]} --no-ask-password --no-pager
|
||||
--scope -u --slice-inherit -r --remain-after-exit
|
||||
--send-sighup -d --same-dir -t --pty -P --pipe -S --shell -q --quiet --ignore-failure
|
||||
--on-clock-change --on-timezone-change --no-block --wait -G --collect --user --system -h --help --version -v --verbose"
|
||||
local mode=--system
|
||||
|
||||
Reference in New Issue
Block a user