Skip to content

Commit 88a4c15

Browse files
authoredMar 18, 2025
Merge pull request #1551 from vineshtk/typo-fix
fix IPFS typo in 'init --help'
2 parents 71f04f3 + ce06fe6 commit 88a4c15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎doc-site/docs/gettingstarted/setup_env.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Global Flags:
8484
-d, --database string Database type to use. Options are: [sqlite3 postgres] (default "sqlite3")
8585
-e, --external int Manage a number of FireFly core processes outside of the docker-compose stack - useful for development and debugging
8686
-p, --firefly-base-port int Mapped port base of FireFly core API (1 added for each member) (default 5000)
87-
--ipfs-mode string Set the mode in which IFPS operates. Options are: [private public] (default "private")
87+
--ipfs-mode string Set the mode in which IPFS operates. Options are: [private public] (default "private")
8888
-m, --manifest string Path to a manifest.json file containing the versions of each FireFly microservice to use. Overrides the --release flag.
8989
--multiparty Enable or disable multiparty mode (default true)
9090
--node-name stringArray Node name

0 commit comments

Comments
 (0)