Skip to content

Commit

Permalink
feat(reports): 🚸 change -E show stop time flag to more sensible -S (
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNZL committed Jul 2, 2023
1 parent 349f152 commit c188242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class Settings
internal const string ClearDescriptionFlag = "-C";
internal const string TimeSpanFlag = "-t";
internal const string TimeSpanEndFlag = "-T";
internal const string ShowStopFlag = "-E";
internal const string ShowStopFlag = "-S";

internal const string NoProjectName = "No Project";
internal const string NoClientName = "No Client";
Expand Down

0 comments on commit c188242

Please sign in to comment.