Skip to content

Commit

Permalink
Patch(timekeeper): updated description
Browse files Browse the repository at this point in the history
  • Loading branch information
Akalanka47000 committed Jul 27, 2024
1 parent 35a1afc commit a0ac987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/timekeeper/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { default as run } from "./runner";

require("@colors/colors");

program.name("timekeeper").description("CLI tool for automated function tracing").version(version);
program.name("timekeeper").description("CLI tool for automated function execution tracing").version(version);

program
.option("--ignore-functions <string>", "comma separated list of functions to skip tracing")
Expand Down

0 comments on commit a0ac987

Please sign in to comment.