Skip to content

Commit 693b538

Browse files
committed
completion/bash: hwloc-patch -R instead of --R
Signed-off-by: Brice Goglin <[email protected]>
1 parent 128f139 commit 693b538

File tree

1 file changed

+1
-1
lines changed
  • contrib/completion/bash

1 file changed

+1
-1
lines changed

contrib/completion/bash/hwloc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ complete -F _hwloc_diff hwloc-diff
419419

420420

421421
_hwloc_patch(){
422-
local OPTIONS=(--R --reverse
422+
local OPTIONS=(-R --reverse
423423
--version
424424
-h --help
425425
)

0 commit comments

Comments
 (0)