Skip to content

Commit 3736aba

Browse files
committed
cli: clarify locations -> directories in help strings
Signed-off-by: Omar Sandoval <[email protected]>
1 parent 4a6a9f3 commit 3736aba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drgn/cli.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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")

0 commit comments

Comments
 (0)