Wireshark-commits: [Wireshark-commits] master 2336547: Show correct format of --display command lin

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 04 Nov 2019 17:26:51 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2336547a5fd239b97d86cb8213a438562d96fc55
Submitter: "Gerald Combs <gerald@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

2336547 by Jaap Keuter (jaap.keuter@xxxxxxxxx):

    Show correct format of --display command line parameter
    
    The --display command line parameter must not have an equal sign
    between it and the value in order to work. Otherwise it is interpreted
    as a abbreviation of the display-filter long option.
    
    Bug: 16167
    Change-Id: Ifcdd4cb8c41b24faccf01936a019a318fb1c3e0c
    Reviewed-on: https://code.wireshark.org/review/34961
    Reviewed-by: Jaap Keuter <jaap.keuter@xxxxxxxxx>
    Petri-Dish: Jaap Keuter <jaap.keuter@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  e0ddc7a   Qt: Move CaptureEdit to FilterListModel
     add  2336547   Show correct format of --display command line parameter


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