From bccb31533efd4707e6f78e0474c28123c12edaf3 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 3 Jul 2003 10:19:20 +0000 Subject: Fix stupid unterminated parenthesis --- include/usage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/usage.h') diff --git a/include/usage.h b/include/usage.h index e0cfa7d2f..a570d3519 100644 --- a/include/usage.h +++ b/include/usage.h @@ -1384,7 +1384,7 @@ USAGE_LS_SORTFILES("\t-X\tsort the listing by extension\n") \ USAGE_HUMAN_READABLE( \ "\t-h\tprint sizes in human readable format (e.g., 1K 243M 2G )\n" \ - USAGE_SELINUX("\t-k\tprint security context\n\t-K\tprint security context in long format\n", "") + USAGE_SELINUX("\t-k\tprint security context\n\t-K\tprint security context in long format\n", "")) #define lsmod_trivial_usage \ "" -- cgit v1.2.3