Skip to content

Commit 814885e

Browse files
authored
Update config.py
1 parent 11ae929 commit 814885e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

config.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
skyhook list history - List all entries in history
1616
skyhook list keys - List all files and their corresponding encryption keys
1717
18-
skyhook search [file name or hash] - Search history for entries matching [file name or hash]
19-
skyhook delete [file name or hash] - Delete entries specified by [file name or hash] from history
20-
skyhook save [file name or hash] - Save history entries specified by [file name or hash] to the current directory (Importable)
18+
skyhook search [comma-separated list of file names and/or hashes] - Search history for entries matching [file names and/or hashes]
19+
skyhook delete [comma-separated list of file names and/or hashes] - Delete entries specified by [file names and/or hashes] from history
20+
skyhook save [comma-separated list of file names and/or hashes] - Save history entries specified by [file names and/or hashes] to the current directory
2121
22-
skyhook import [path] - Import history from a location specified by [path]
23-
skyhook export [path] - Export history to a location specified by [path]
22+
skyhook import [comma-separated list of paths] - Import history from a location specified by [paths]
23+
skyhook export [path] - Export entire history to a location specified by [path]
2424
25-
skyhook upload [file name] - Upload a file specified by [file name] from the current directory to the IPFS network
26-
skyhook download [hash] - Download a file specified by [hash] from the IPFS network to the current directory
25+
skyhook upload [comma-separated list of file names] - Upload a file specified by [file names] from the current directory to the IPFS network
26+
skyhook download [comma-separated list of hashes] - Download a file specified by [hashes] from the IPFS network to the current directory
2727
"""

0 commit comments

Comments
 (0)