Skip to content

Commit

Permalink
Wraps lines to keep from going over 80.
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Stephen Whitmore <noffle@ipfs.io>
  • Loading branch information
hackergrrl committed Apr 8, 2016
1 parent 958528c commit be3a5bf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions core/commands/dht.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ var DhtCmd = &cmds.Command{

var queryDhtCmd = &cmds.Command{
Helptext: cmds.HelpText{
Tagline: "Find the closest peers to a given key by querying through the DHT.",
Tagline: "Find the closest peers to a given key.",
ShortDescription: ``,
},

Expand Down Expand Up @@ -121,7 +121,8 @@ var findProvidersDhtCmd = &cmds.Command{
Helptext: cmds.HelpText{
Tagline: "Run a 'FindProviders' query through the DHT.",
ShortDescription: `
FindProviders will return a list of peers who are able to provide the value requested.
FindProviders will return a list of peers who are able to provide
the value requested.
`,
},

Expand Down
2 changes: 1 addition & 1 deletion core/commands/pin.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ var addPinCmd = &cmds.Command{

var rmPinCmd = &cmds.Command{
Helptext: cmds.HelpText{
Tagline: "Removes the pinned object from local storage. (By default, recursively. Use -r=false for direct pins).",
Tagline: "Removes the pinned object from local storage.",
ShortDescription: `
Removes the pin from the given object allowing it to be garbage
collected if needed. (By default, recursively. Use -r=false for direct pins)
Expand Down
3 changes: 2 additions & 1 deletion core/commands/refs.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ var RefsCmd = &cmds.Command{
Helptext: cmds.HelpText{
Tagline: "Lists links (references) from an object.",
ShortDescription: `
Lists the hashes of all the links an IPFS or IPNS object(s) contains, with the following format:
Lists the hashes of all the links an IPFS or IPNS object(s) contains,
with the following format:
<link base58 hash>
Expand Down

0 comments on commit be3a5bf

Please sign in to comment.