mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-04-20 09:40:50 +01:00
instruments/misc: Fix typo
This commit is contained in:
parent
a1213cf84e
commit
fce506eb02
@ -73,7 +73,7 @@ class SysfsExtractor(Instrument):
|
|||||||
description="""
|
description="""
|
||||||
Specifies whether tmpfs should be used to cache sysfile trees and then pull them down
|
Specifies whether tmpfs should be used to cache sysfile trees and then pull them down
|
||||||
as a tarball. This is significantly faster then just copying the directory trees from
|
as a tarball. This is significantly faster then just copying the directory trees from
|
||||||
the device directly, bur requres root and may not work on all devices. Defaults to
|
the device directly, but requires root and may not work on all devices. Defaults to
|
||||||
``True`` if the device is rooted and ``False`` if it is not.
|
``True`` if the device is rooted and ``False`` if it is not.
|
||||||
"""),
|
"""),
|
||||||
Parameter('tmpfs_mount_point', default=None,
|
Parameter('tmpfs_mount_point', default=None,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user