aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-07-03 10:19:20 +0000
committerEric Andersen <andersen@codepoet.org>2003-07-03 10:19:20 +0000
commitbccb31533efd4707e6f78e0474c28123c12edaf3 (patch)
treeeb9980ae7eb569d906bfe2a1fe4062f9185cfb42 /include
parent9e48045e45df7e3e205575a4eb3dc39d634b05aa (diff)
downloadbusybox-bccb31533efd4707e6f78e0474c28123c12edaf3.tar.gz
Fix stupid unterminated parenthesis
Diffstat (limited to 'include')
-rw-r--r--include/usage.h2
1 files changed, 1 insertions, 1 deletions
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 \
""