diff options
| author | Mark Seger <mark.seger@hp.com> | 2013-05-22 18:45:42 +0000 |
|---|---|---|
| committer | Mark Seger <Mark.Seger@hp.com> | 2013-06-10 16:49:44 +0000 |
| commit | 17bb3fa7794b7b00798a5debe79d497e5ee725a6 (patch) | |
| tree | 709ec87b1b3826f5c8dfc328706448f18fa947b8 /doc/manpages | |
| parent | 2d12f09c66e0221ba7f43cc64677c05486a42ea6 (diff) | |
| download | python-swiftclient-17bb3fa7794b7b00798a5debe79d497e5ee725a6.tar.gz | |
Add -l and --lh switches to swift 'list' command
Also updated man page and added an example in 'list'
command help message
Change-Id: Icf38de9bab6d387a9a1deed444a91f68b4389cfe
Diffstat (limited to 'doc/manpages')
| -rw-r--r-- | doc/manpages/swift.1 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/manpages/swift.1 b/doc/manpages/swift.1 index 71530e9..0fafbe7 100644 --- a/doc/manpages/swift.1 +++ b/doc/manpages/swift.1 @@ -50,6 +50,11 @@ The -p or --prefix is an option that will only list items beginning with that prefix. The -d or --delimiter is option (for container listings only) that will roll up items with the given delimiter (see Cloud Files general documentation for what this means). + +The -l and --lh options provide more detail, similar to ls -l and ls -lh, the latter +providing sizes in human readable format (eg 3K, 12M, etc). These latter 2 switches +use more overhead to get those details, which is directly proportional to the number +of container or objects being listed. .RE \fBupload\fR [\fIcommand-options\fR] container file_or_directory [\fIfile_or_directory\fR] [...] |
