File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ _lstopo() {
148
148
COMPREPLY=( `compgen -W "links merge-switch-ports transitive-closure" -- "$cur"` )
149
149
;;
150
150
--cpuset-output-format | --cof)
151
- COMPREPLY=( "hwloc" "list" taskset" )
151
+ COMPREPLY=( "hwloc" "list" " taskset" )
152
152
;;
153
153
esac
154
154
fi
@@ -293,7 +293,7 @@ _hwloc_bind(){
293
293
COMPREPLY=( "<memattr>" "" )
294
294
;;
295
295
--cpuset-output-format | --cof)
296
- COMPREPLY=( "hwloc" "list" taskset" )
296
+ COMPREPLY=( "hwloc" "list" " taskset" )
297
297
;;
298
298
esac
299
299
fi
@@ -373,7 +373,7 @@ _hwloc_calc(){
373
373
COMPREPLY=( "<name>=<value>" "<n>" "" )
374
374
;;
375
375
--cpuset-input-format | --cif | --cpuset-output-format | --cof)
376
- COMPREPLY=( "hwloc" "list" taskset" )
376
+ COMPREPLY=( "hwloc" "list" " taskset" )
377
377
;;
378
378
esac
379
379
fi
@@ -488,7 +488,7 @@ _hwloc_distrib(){
488
488
COMPREPLY=( "<integer>" "" )
489
489
;;
490
490
--cpuset-output-format | --cof)
491
- COMPREPLY=( "hwloc" "list" taskset" )
491
+ COMPREPLY=( "hwloc" "list" " taskset" )
492
492
;;
493
493
esac
494
494
fi
You can’t perform that action at this time.
0 commit comments