projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebfb601
)
busctl: do not truncate property values when --full
author
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Tue, 28 Mar 2023 09:26:01 +0000
(11:26 +0200)
committer
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Tue, 28 Mar 2023 09:26:01 +0000
(11:26 +0200)
src/busctl/busctl.c
patch
|
blob
|
history
diff --git
a/src/busctl/busctl.c
b/src/busctl/busctl.c
index e176710dfa859f8bef0f0db49120a635b2db4f7d..567d09089a101be72ef741e017f3faf500ce2ac0 100644
(file)
--- a/
src/busctl/busctl.c
+++ b/
src/busctl/busctl.c
@@
-1120,7
+1120,7
@@
static int introspect(int argc, char **argv, void *userdata) {
sorted[k++] = m;
}
- if (result_width > 40)
+ if (result_width > 40
&& !arg_full
)
result_width = 40;
typesafe_qsort(sorted, k, member_compare_funcp);