Skip to content

Commit

Permalink
completion/lstopo: update the list of output formats
Browse files Browse the repository at this point in the history
Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
  • Loading branch information
bgoglin committed Sep 23, 2022
1 parent 0de22a5 commit 3b5d5d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/completion/bash/hwloc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

_lstopo() {
local INPUT_FORMAT=(xml synthetic fsroot cpuid)
local OUTPUT_FORMAT=(console ascii tikz fig pdf ps png svg xml synthetic)
local OUTPUT_FORMAT=(default console ascii tikz tex fig pdf nativesvg cairosvg ps png svg xml shmem synthetic)
local TYPES=("Machine" "Misc" "Group" "NUMANode" "MemCache" "Package" "Die" "L1" "L2" "L3" "L4" "L5" "L1i" "L2i" "L3i" "Core" "Bridge" "PCIDev" "OSDev" "PU")
local FILTERKINDS=("none" "all" "structure" "important")
local OPTIONS=(-l --logical
Expand Down

0 comments on commit 3b5d5d8

Please sign in to comment.