diff options
author | rajmohan r <rajmohan.r@kpit.com> | 2024-07-29 14:10:58 +0200 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2024-08-05 15:23:44 +0200 |
commit | 1592d2f900c25251ece2670c71d957806f48216b (patch) | |
tree | c0392bc27b3c84f8bc91e736eacb8b1a5bebae78 /shell-completion | |
parent | Merge pull request #33939 from yuwata/resolve-varlink (diff) | |
download | systemd-1592d2f900c25251ece2670c71d957806f48216b.tar.xz systemd-1592d2f900c25251ece2670c71d957806f48216b.zip |
systemd-analyze: Add svg scaling options
+ Scale the x-axis of the resulting plot by a factor (default 1.0)
+ Add activation timestamps to each bar
Signed-off-by: rajmohan r <rajmohan.r@kpit.com>
Diffstat (limited to 'shell-completion')
-rw-r--r-- | shell-completion/bash/systemd-analyze | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-completion/bash/systemd-analyze b/shell-completion/bash/systemd-analyze index 91c46b256b..9bb50a37b2 100644 --- a/shell-completion/bash/systemd-analyze +++ b/shell-completion/bash/systemd-analyze @@ -204,7 +204,7 @@ _systemd_analyze() { elif __contains_word "$verb" ${VERBS[PLOT]}; then if [[ $cur = -* ]]; then - comps='--help --version --system --user --global --no-pager --json=off --json=pretty --json=short --table --no-legend' + comps='--help --version --system --user --global --no-pager --json=off --json=pretty --json=short --table --no-legend --scale-svg --detailed' fi elif __contains_word "$verb" ${VERBS[ARCHITECTURES]}; then |