clayborg added a comment.

Can we still group the options as mentioned in my previous comment?



================
Comment at: tools/driver/Driver.cpp:943
+    usage << '\n';
+    usage << argv[0] << " -h" << '\n';
+    usage << argv[0] << " -v [[--] <PROGRAM-ARG-1> [<PROGRAM_ARG-2> ...]]\n";
----------------
Get file base name of this so we don't show a full path to the tool if the user 
used the full path?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D54692/new/

https://reviews.llvm.org/D54692



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to