Wireshark-commits: [Wireshark-commits] master-2.6 61b74e1: Show correct format of --display command

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 04 Nov 2019 21:43:07 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=61b74e14b8410832952c04a656bbf266a6aa205c
Submitter: "Jaap Keuter <jaap.keuter@xxxxxxxxx>"
Changed: branch: master-2.6
Repository: wireshark

Commits:

61b74e1 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>
    (cherry picked from commit 2336547a5fd239b97d86cb8213a438562d96fc55)
    Reviewed-on: https://code.wireshark.org/review/34967
    

Actions performed:

    from  4a11cef   BGP: IPv6 Linkstate Prefix Reachability info
     add  61b74e1   Show correct format of --display command line parameter


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