From b304eef2d3ab2e31da2cfa1eceb58bf70710ecd0 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Mon, 6 Jul 2015 09:15:13 -0700 Subject: [PATCH] core/commands/unixfs/ls: Drop multi-column example from --help The old text belonged to an earlier iteration that didn't land in the rebased 434871ba (core/commands/unixfs: Add 'ipfs unixfs ls ...', 2015-06-09). --- core/commands/unixfs/ls.go | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/core/commands/unixfs/ls.go b/core/commands/unixfs/ls.go index 989f65760..793e839ac 100644 --- a/core/commands/unixfs/ls.go +++ b/core/commands/unixfs/ls.go @@ -40,12 +40,11 @@ var LsCmd = &cmds.Command{ Tagline: "List directory contents for Unix-filesystem objects", ShortDescription: ` Retrieves the object named by and displays the -contents with the following format: +contents. - - -For files, the child size is the total size of the file contents. For -directories, the child size is the IPFS link size. +The JSON output contains size information. For files, the child size +is the total size of the file contents. For directories, the child +size is the IPFS link size. `, },