From 251e476309723b82864db043ca1c3e405a25c358 Mon Sep 17 00:00:00 2001 From: Refael Ackermann Date: Thu, 19 Oct 2017 16:49:39 -0400 Subject: escape usage examples --- src/ninja.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ninja.cc b/src/ninja.cc index ed004ac..8d9e89c 100644 --- a/src/ninja.cc +++ b/src/ninja.cc @@ -212,10 +212,10 @@ void Usage(const BuildConfig& config) { " -n dry run (don't run commands but act like they succeeded)\n" " -v show all command lines while building\n" "\n" -" -d MODE enable debugging (use -d list to list modes)\n" -" -t TOOL run a subtool (use -t list to list subtools)\n" +" -d MODE enable debugging (use '-d list' to list modes)\n" +" -t TOOL run a subtool (use '-t list' to list subtools)\n" " terminates toplevel options; further flags are passed to the tool\n" -" -w FLAG adjust warnings (use -w list to list warnings)\n", +" -w FLAG adjust warnings (use '-w list' to list warnings)\n", kNinjaVersion, config.parallelism); } -- cgit v0.12