File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -402,7 +402,7 @@ def _main() -> None:
402402 symbol_group .add_argument (
403403 "--no-default-debug-directories" ,
404404 action = "store_true" ,
405- help = "don't search for debugging symbols by build ID and debug link in the standard locations " ,
405+ help = "don't search for debugging symbols by build ID and debug link in the standard directories " ,
406406 )
407407 symbol_group .add_argument (
408408 "--kernel-directory" ,
@@ -416,7 +416,7 @@ def _main() -> None:
416416 symbol_group .add_argument (
417417 "--no-default-kernel-directories" ,
418418 action = "store_true" ,
419- help = "don't search for the kernel image and loadable kernel modules in the standard locations " ,
419+ help = "don't search for the kernel image and loadable kernel modules in the standard directories " ,
420420 )
421421
422422 advanced_group = parser .add_argument_group ("advanced" )
You can’t perform that action at this time.
0 commit comments