Skip to content

Commit 955e001

Browse files
committed
utils/lstopo: add --flags to usage and completions
Forgotten in commit 6ae1c55. Signed-off-by: Brice Goglin <[email protected]>
1 parent a3d34d8 commit 955e001

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

contrib/completion/hwloc-completion.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ _lstopo() {
4646
--pid
4747
--disallowed --whole-system
4848
--allow
49+
--flags
4950
--children-order
5051
--fontsize
5152
--gridsize

utils/lstopo/lstopo.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,7 @@ void usage(const char *name, FILE *where)
401401
fprintf (where, " --pid <pid> Detect topology as seen by process <pid>\n");
402402
fprintf (where, " --disallowed Include objects disallowed by administrative limitations\n");
403403
fprintf (where, " --allow <all|local|...> Change the set of objects marked as allowed\n");
404+
fprintf (where, " --flags <n> Set the topology flags\n");
404405
fprintf (where, "Graphical output options:\n");
405406
fprintf (where, " --children-order plain\n"
406407
" Display memory children below the parent like any other child\n");

0 commit comments

Comments
 (0)