X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=utilities%2Fovs-parse-leaks.in;h=3f4cb16ba0796d474d6877b0fced68f649ee365f;hb=735bc64a84a4e33841d476a28d8b04bd716f58f3;hp=6e4f139ff08185ebeb28f3e6de65f512cee77cce;hpb=34e63086edddcae06d7c1a4fa84fec0861e50758;p=openvswitch diff --git a/utilities/ovs-parse-leaks.in b/utilities/ovs-parse-leaks.in index 6e4f139f..3f4cb16b 100755 --- a/utilities/ovs-parse-leaks.in +++ b/utilities/ovs-parse-leaks.in @@ -1,6 +1,6 @@ #! @PERL@ -# Copyright (c) 2009 Nicira Networks. +# Copyright (c) 2009, 2010 Nicira Networks. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -32,7 +32,7 @@ die "$0: $ARGV[0] does not exist" if @ARGV > 0 && ! -e $ARGV[0]; our ($binary); our ($a2l) = search_path("addr2line"); -my ($no_syms) = "symbols will not be translated"; +my ($no_syms) = "symbols will not be translated (use --help for help)"; if (!@ARGV) { print "no binary specified; $no_syms\n"; } elsif (! -e $ARGV[0]) {