1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-26 07:28:20 +08:00

All commands: Align to under 78-ruler width

This is just for the description, for now.

License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
This commit is contained in:
Richard Littauer
2016-06-01 16:44:29 +01:00
parent c814478fb9
commit 7f61030eb5
12 changed files with 70 additions and 45 deletions

View File

@ -26,7 +26,8 @@ var tarAddCmd = &cmds.Command{
Helptext: cmds.HelpText{
Tagline: "Import a tar file into ipfs.",
ShortDescription: `
'ipfs tar add' will parse a tar file and create a merkledag structure to represent it.
'ipfs tar add' will parse a tar file and create a merkledag structure to
represent it.
`,
},