summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzat Khuzhin <azat@libevent.org>2020-05-27 20:31:29 +0300
committerAzat Khuzhin <azat@libevent.org>2020-06-28 21:35:11 +0300
commit9c2b49c77298d19beb6b806ca3676d2e2665e04a (patch)
tree9bf284c860f2e5bb03cea78da1ca6042c5b9706f
parentb0e9577f3677793619714591f07c383a7689b07c (diff)
downloadlibevent-9c2b49c77298d19beb6b806ca3676d2e2665e04a.tar.gz
checkpatch.sh: fix usage
Refs: #1029 (cherry picked from commit 8209a623addf6688243eeb6ebb9ece6a20206437)
-rwxr-xr-xcheckpatch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/checkpatch.sh b/checkpatch.sh
index 052121e5..3ce56b7a 100755
--- a/checkpatch.sh
+++ b/checkpatch.sh
@@ -35,7 +35,7 @@ Example:
OPTS:
-p - treat as patch
-f - treat as regular file
- -f - treat as regular file and print diff
+ -d - treat as regular file and print diff
-r - treat as git revision (default)
-C - check using clang-format (default)
-U - check with uncrustify