Skip to content

Commit

Permalink
Typo fix: plural of child is children
Browse files Browse the repository at this point in the history
  • Loading branch information
jgalar committed Mar 31, 2016
1 parent 715bc95 commit 0f4f926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lttng-track-process
Original file line number Diff line number Diff line change
Expand Up @@ -11781,7 +11781,7 @@ if __name__ == "__main__":
help='Filter the results only for this list '
'of TIDs')
parser.add_argument('--follow-child', '-f', action="store_true",
help='Follow childs on fork')
help='Follow children on fork')
args = parser.parse_args()

arg_proc_list = None
Expand Down

0 comments on commit 0f4f926

Please sign in to comment.