ipfs/kubo

`ipfs object patch rm-link` help description is vague

Open

#2.474 geöffnet am 15. März 2016

Auf GitHub ansehen
 (2 Kommentare) (2 Reaktionen) (0 zugewiesene Personen)Go (2.725 Forks)batch import
help wantedkind/supporttopic/docs-ipfs

Repository-Metriken

Stars
 (13.906 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 4T 2h) (28 gemergte PRs in 30 T)

Beschreibung

🐕  ipfs object patch rm-link --help

    ipfs object patch rm-link <root> <link> - Remove a link from an object.

ARGUMENTS:

    <root> - The hash of the node to modify.
    <link> - Name of the link to remove.

DESCRIPTION:

    Removes a link by the given name from root.

I have no idea what that description means, and it seems to contradict 'Remove a link from an object'. Can someone explain what root is, and what this means?

Part of the https://github.com/ipfs/http-api-spec/pull/32 effort.

Contributor Guide