Skip to content

Commit

Permalink
Reword some pattern-related messages
Browse files Browse the repository at this point in the history
Try to keep all verbose startup messages in the same tense.
Messages should be phrased to start with an implicit "Program is ..."
prefix.
  • Loading branch information
tbird20d committed Feb 8, 2020
1 parent 55210fa commit 1641ee9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grabserial
Original file line number Diff line number Diff line change
Expand Up @@ -451,9 +451,9 @@ def grab(arglist, outputfd=sys.stdout):
if show_systime:
vprint("Printing absolute timing information for each line")
if basepat:
vprint("Matching pattern '%s' to set base time" % basepat)
vprint("Using pattern '%s' to set base time" % basepat)
if inlinepat:
vprint("Inline pattern '%s' to report time of at end of run"
vprint("Using inline pattern '%s' to report time of at end of run"
% inlinepat)
if quitpat and not restart:
vprint("Using pattern '%s' to exit program" % quitpat)
Expand Down

0 comments on commit 1641ee9

Please sign in to comment.