From 9c2b49c77298d19beb6b806ca3676d2e2665e04a Mon Sep 17 00:00:00 2001 From: Azat Khuzhin Date: Wed, 27 May 2020 20:31:29 +0300 Subject: [PATCH] checkpatch.sh: fix usage Refs: #1029 (cherry picked from commit 8209a623addf6688243eeb6ebb9ece6a20206437) --- checkpatch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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