Skip to content

Commit 6103372

Browse files
Clement Foyerbgoglin
authored andcommitted
lstopo/tikz: Update auto-completion with tikz output format
Signed-off-by: Clement Foyer <[email protected]>
1 parent 955e001 commit 6103372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/completion/hwloc-completion.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
_lstopo() {
1414
local INPUT_FORMAT=(xml synthetic fsroot cpuid)
15-
local OUTPUT_FORMAT=(console ascii fig pdf ps png svg xml synthetic)
15+
local OUTPUT_FORMAT=(console ascii tikz fig pdf ps png svg xml synthetic)
1616
local TYPES=("Machine" "Misc" "Group" "NUMANode" "MemCache" "Package" "Die" "L1" "L2" "L3" "L4" "L5" "L1i" "L2i" "L3i" "Core" "Bridge" "PCIDev" "OSDev" "PU")
1717
local FILTERKINDS=("none" "all" "structure" "important")
1818
local OPTIONS=(-l --logical

0 commit comments

Comments
 (0)