mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 04:33:00 +02:00
yanger: Fix bug when collecting data
This commit is contained in:
@@ -27,7 +27,7 @@ def main():
|
||||
rrparser.add_argument("-r", "--replay", type=dirpath, metavar="DIR",
|
||||
help="Generate output based on recorded system commands from DIR, " +
|
||||
"rather than querying the local system")
|
||||
rrparser.add_argument("-c", "--capture", type=dirpath, metavar="DIR",
|
||||
rrparser.add_argument("-c", "--capture", metavar="DIR",
|
||||
help="Capture system command output in DIR, such that the current system " +
|
||||
"state can be recreated offline (with --replay) for testing purposes")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user