Wireshark-commits: [Wireshark-commits] master 818bb96: editcap: clean up an error message.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 6 Aug 2020 10:35:07 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=818bb96e5f903ccc9eb2dbb0fa0179ed34b67e82
Submitter: "Guy Harris <gharris@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

818bb96 by Guy Harris (gharris@xxxxxxxxx):

    editcap: clean up an error message.
    
    "XXX isn't a valid time format" could be read as "XXX isn't a valid
    format to use for times" in the sense of, for example, a format argument
    to strftime() or strptime().  It's also a date *and* time, so just say
    it "isn't a valid date and time".
    
    Change-Id: I7e0f01914c5e16b7eaa89b798cf94a2964fc764c
    Reviewed-on: https://code.wireshark.org/review/38068
    Reviewed-by: Guy Harris <gharris@xxxxxxxxx>
    

Actions performed:

    from  61e8381   editcap: allow the UNIX/POSIX Epoch to be a start or stop time.
     add  818bb96   editcap: clean up an error message.


Summary of changes:
 editcap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)