Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Sutula <hi@asutula.com>
  • Loading branch information
asutula committed Oct 21, 2020
1 parent 5ed6262 commit 26d0415
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cli-docs/pow/pow_ffs.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ Provides commands to manage ffs
* [pow ffs addrs](pow_ffs_addrs.md) - Provides commands to manage wallet addresses
* [pow ffs cancel](pow_ffs_cancel.md) - Cancel an executing job
* [pow ffs config](pow_ffs_config.md) - Provides commands to manage storage configuration
* [pow ffs data](pow_ffs_data.md) - Get information about the current state of cid storage
* [pow ffs get](pow_ffs_get.md) - Get data by cid from ffs
* [pow ffs id](pow_ffs_id.md) - Returns the FFS instance id
* [pow ffs info](pow_ffs_info.md) - Get information about the current state of cid storage
* [pow ffs log](pow_ffs_log.md) - Display logs for specified cid
* [pow ffs paych](pow_ffs_paych.md) - Provides commands to manage payment channels
* [pow ffs remove](pow_ffs_remove.md) - Removes a Cid from being tracked as an active storage
Expand Down
6 changes: 3 additions & 3 deletions cli-docs/pow/pow_ffs_data.md → cli-docs/pow/pow_ffs_info.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## pow ffs data
## pow ffs info

Get information about the current state of cid storage

Expand All @@ -7,13 +7,13 @@ Get information about the current state of cid storage
Get information about the current state of cid storage

```
pow ffs data [optional cid1,cid2,...] [flags]
pow ffs info [optional cid1,cid2,...] [flags]
```

### Options

```
-h, --help help for data
-h, --help help for info
```

### Options inherited from parent commands
Expand Down

0 comments on commit 26d0415

Please sign in to comment.