diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-12-26 03:36:28 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-12-26 03:36:28 +0000 |
commit | 5dd7ef0f37373e397a7160cb431a32ae57f9f7d9 (patch) | |
tree | d798306c4cc23052caf0d75f82d2f5618610e633 /include | |
parent | 407b8c0b7001b60f79181d62eb57e810f75e0e27 (diff) | |
download | busybox-5dd7ef0f37373e397a7160cb431a32ae57f9f7d9.tar.gz |
chattr: bugfixes and size reduction
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h index 42b51fa81..af518de0b 100644 --- a/include/usage.h +++ b/include/usage.h @@ -174,7 +174,7 @@ " S Write file contents synchronously\n" \ " t Disable tail-merging of partial blocks with other files\n" \ " u Allow file to be undeleted\n" \ - " Options:\n" \ + "Options:\n" \ " -R Recursively list subdirectories\n" \ " -v Set the file's version/generation number" |