@cryptotaxi247 / kubo / commits / 63fbc7b62

Added other entries

License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>

Richard Littauer committed Feb 18, 2016 at 20:41 UTC 63fbc7b62bc51a0d1a1484b5ceed998c2da3b6ca
5 files changed +6 -14
core/commands/cat.go
+1 -4
@@ -16,10 +16,7 @@ const progressBarMinSize = 1024 * 1024 * 8 // show progress bar for outputs > 8M
16 var CatCmd = &cmds.Command{
17 Helptext: cmds.HelpText{
18 Tagline: "Show IPFS object data.",
19 - ShortDescription: `
20 -Retrieves the object named by <ipfs-or-ipns-path> and outputs the data
21 -it contains.
22 -`,
19 + ShortDescription: "Displays the data contained by an IPFS or IPNS object(s) at the given path.",
20 },
21
22 Arguments: []cmds.Argument{
core/commands/get.go
+1 -1
@@ -24,7 +24,7 @@ var GetCmd = &cmds.Command{
24 Helptext: cmds.HelpText{
25 Tagline: "Download IPFS objects.",
26 ShortDescription: `
27 -Retrieves the object named by <ipfs-or-ipns-path> and stores the data to disk.
27 +Stores to disk the data contained an IPFS or IPNS object(s) at the given path.
28
29 By default, the output will be stored at ./<ipfs-path>, but an alternate path
30 can be specified with '--output=<path>' or '-o=<path>'.
core/commands/pin.go
+1 -4
@@ -34,10 +34,7 @@ type PinOutput struct {
34 var addPinCmd = &cmds.Command{
35 Helptext: cmds.HelpText{
36 Tagline: "Pins objects to local storage.",
37 - ShortDescription: `
38 -Retrieves the object named by <ipfs-path> and stores it locally
39 -on disk.
40 -`,
37 + ShortDescription: "Stores an IPFS object(s) from a given path locally to disk.",
38 },
39
40 Arguments: []cmds.Argument{
core/commands/refs.go
+2 -3
@@ -35,12 +35,11 @@ var RefsCmd = &cmds.Command{
35 Helptext: cmds.HelpText{
36 Tagline: "Lists links (references) from an object.",
37 ShortDescription: `
38 -Retrieves the object named by <ipfs-path> and displays the link
39 -hashes it contains, with the following format:
38 +Displays the link hashes an IPFS or IPNS object(s) contains, with the following format:
39
40 <link base58 hash>
41
43 -Note: list all refs recursively with -r.
42 +Note: List all referencess recursively by using the flag '-r'.
43 `,
44 },
45 Subcommands: map[string]*cmds.Command{
core/commands/unixfs/ls.go
+1 -2
@@ -36,8 +36,7 @@ var LsCmd = &cmds.Command{
36 Helptext: cmds.HelpText{
37 Tagline: "List directory contents for Unix filesystem objects.",
38 ShortDescription: `
39 -Retrieves the object named by <ipfs-or-ipns-path> and displays the
40 -contents.
39 +Displays the contents of an IPFS or IPNS object(s) at the given path.
40
41 The JSON output contains size information. For files, the child size
42 is the total size of the file contents. For directories, the child