Typo fix: plural of child is children
authorJérémie Galarneau <jeremie.galarneau@gmail.com>
Thu, 31 Mar 2016 19:05:33 +0000 (15:05 -0400)
committerJérémie Galarneau <jeremie.galarneau@gmail.com>
Thu, 31 Mar 2016 19:05:33 +0000 (15:05 -0400)
lttng-track-process

index 3fdd9dd8d99a2a01f3da622d8bbce2e25db52c58..483cb41bd3a04ca2f696d2507a73ba4f5174a2aa 100755 (executable)
@@ -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
This page took 0.026761 seconds and 5 git commands to generate.