diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2001-06-24 12:36:54 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2001-06-24 12:36:54 +0000 |
commit | 2e6d3cfa82eb64fffe53ccb5669aa7146228cf8f (patch) | |
tree | 78fb21d71f9d8680422f85a00bc3045cd6185a99 /applets | |
parent | 15576268971168108f289cac6d6ecc6fdbb5075e (diff) |
Nore unarchive (and doc) fixes from Laurence Anderson
Diffstat (limited to 'applets')
-rw-r--r-- | applets/usage.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/applets/usage.h b/applets/usage.h index 51a06b977..bf10e114f 100644 --- a/applets/usage.h +++ b/applets/usage.h @@ -134,11 +134,11 @@ #define cpio_full_usage \ "Extract or list files from a cpio archive\n" \ "Main operation mode:\n" \ - "\td\t\tmake directories (assumed)\n" \ + "\td\t\tmake leading directories\n" \ "\ti\t\textract\n" \ - "\tm\t\tpreserve time\n" \ + "\tm\t\tpreserve mtime\n" \ "\tt\t\tlist\n" \ - "\tu\t\tunconditional (assumed)\t" \ + "\tu\t\tunconditional overwrite\t" \ "\tF\t\tinput from file\t" #define cut_trivial_usage \ |