Add --version, --help, and other long opts with backards-compatible short opts to pt-pmp.

This commit is contained in:
Daniel Nichter
2013-04-04 10:16:07 -06:00
parent bc77653f75
commit 58a2ecbd6c
2 changed files with 560 additions and 80 deletions

View File

@@ -25,7 +25,7 @@ while ( my $file = readdir $dh ) {
"t/pt-pmp/samples/$outfile",
),
"$file"
);
) or diag($test_diff);
}
closedir $dh;
@@ -35,6 +35,6 @@ ok(
"t/pt-pmp/samples/stacktrace003-limit2.out",
),
"Limit 2 (stacktrace003-limit2.out)"
);
) or diag($test_diff);
done_testing;