aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-07-03 10:19:20 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-07-03 10:19:20 +0000
commitdf6fcc2506ea429a52d90aaba240bf5317f4ff80 (patch)
treeeb9980ae7eb569d906bfe2a1fe4062f9185cfb42
parent058ac4543d7d9b3acec3dd992df07d460484742e (diff)
downloadbusybox-w32-df6fcc2506ea429a52d90aaba240bf5317f4ff80.tar.gz
busybox-w32-df6fcc2506ea429a52d90aaba240bf5317f4ff80.tar.bz2
busybox-w32-df6fcc2506ea429a52d90aaba240bf5317f4ff80.zip
Fix stupid unterminated parenthesis
git-svn-id: svn://busybox.net/trunk/busybox@7032 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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 @@
1384 USAGE_LS_SORTFILES("\t-X\tsort the listing by extension\n") \ 1384 USAGE_LS_SORTFILES("\t-X\tsort the listing by extension\n") \
1385 USAGE_HUMAN_READABLE( \ 1385 USAGE_HUMAN_READABLE( \
1386 "\t-h\tprint sizes in human readable format (e.g., 1K 243M 2G )\n" \ 1386 "\t-h\tprint sizes in human readable format (e.g., 1K 243M 2G )\n" \
1387 USAGE_SELINUX("\t-k\tprint security context\n\t-K\tprint security context in long format\n", "") 1387 USAGE_SELINUX("\t-k\tprint security context\n\t-K\tprint security context in long format\n", ""))
1388 1388
1389#define lsmod_trivial_usage \ 1389#define lsmod_trivial_usage \
1390 "" 1390 ""