From 26d04157839cdc25be7f57c3b8afaa7db08e352c Mon Sep 17 00:00:00 2001 From: Aaron Sutula Date: Wed, 21 Oct 2020 17:51:04 -0500 Subject: [PATCH] docs Signed-off-by: Aaron Sutula --- cli-docs/pow/pow_ffs.md | 2 +- cli-docs/pow/{pow_ffs_data.md => pow_ffs_info.md} | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) rename cli-docs/pow/{pow_ffs_data.md => pow_ffs_info.md} (82%) diff --git a/cli-docs/pow/pow_ffs.md b/cli-docs/pow/pow_ffs.md index 7b112c9a3..21d1c43f9 100644 --- a/cli-docs/pow/pow_ffs.md +++ b/cli-docs/pow/pow_ffs.md @@ -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 diff --git a/cli-docs/pow/pow_ffs_data.md b/cli-docs/pow/pow_ffs_info.md similarity index 82% rename from cli-docs/pow/pow_ffs_data.md rename to cli-docs/pow/pow_ffs_info.md index 4fb3b1260..117bd741d 100644 --- a/cli-docs/pow/pow_ffs_data.md +++ b/cli-docs/pow/pow_ffs_info.md @@ -1,4 +1,4 @@ -## pow ffs data +## pow ffs info Get information about the current state of cid storage @@ -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