Skip to content

Commit

Permalink
Add a small "usage:" comment at the top of not.cpp
Browse files Browse the repository at this point in the history
Mostly pulled from Rafael's r185678 commit message.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222855 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
chisophugis committed Nov 26, 2014
1 parent d2077b0 commit 6487f4b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions utils/not/not.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
// Usage:
// not cmd
// Will return true if cmd doesn't crash and returns false.
// not --crash cmd
// Will return true if cmd crashes (e.g. for testing crash reporting).

#include "llvm/Support/Path.h"
#include "llvm/Support/Program.h"
Expand Down

0 comments on commit 6487f4b

Please sign in to comment.