aboutsummaryrefslogtreecommitdiff
path: root/usage.c
diff options
context:
space:
mode:
Diffstat (limited to 'usage.c')
-rw-r--r--usage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usage.c b/usage.c
index b23f27141..b01c11ef2 100644
--- a/usage.c
+++ b/usage.c
@@ -2,7 +2,7 @@
2 2
3#if defined BB_AR 3#if defined BB_AR
4const char ar_usage[] = 4const char ar_usage[] =
5 "ar [[-ov] -tpv archive] filenames \n" 5 "ar -ovtpv archive filenames \n"
6#ifndef BB_FEATURE_TRIVIAL_HELP 6#ifndef BB_FEATURE_TRIVIAL_HELP
7 "\nExtract or list files from an ar archive.\n\n" 7 "\nExtract or list files from an ar archive.\n\n"
8 "Options:\n" 8 "Options:\n"