From: Misha Brukman Date: Fri, 8 Oct 2004 01:11:15 +0000 (+0000) Subject: Fix usage description typo X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=ef7dd4637bb73e3d9b3c2fc61eee23ff67c6d77d;p=oota-llvm.git Fix usage description typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16831 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/llvmdo b/utils/llvmdo index 4e7465dbdaa..3c9532bc023 100755 --- a/utils/llvmdo +++ b/utils/llvmdo @@ -17,7 +17,7 @@ # used in LLVM as it progresses. # # Usage: -# llvmdo [-dirs "DIRNAMES..." PROGRAM ARGS... +# llvmdo [-dirs "DIRNAMES..."] PROGRAM ARGS... # # The -dirs argument allows you to specify the set of directories that are # searched. By default, everything is searched. Note that you must use quotes