typos eg help stage vs stage help (#56)

Co-authored-by: dazl <dazl@dazl.ca>
This commit is contained in:
dazl
2024-02-19 07:21:59 -08:00
committed by GitHub
parent 955b93b987
commit f1b3f1cb62

View File

@@ -16,7 +16,7 @@ If starting from [Making a Pear Desktop Application](./making-a-pear-desktop-app
## Step 1. Stage the app
To view the help for the `pear stage` command run `pear stage help`.
To view the help for the `pear stage` command run `pear help stage`.
The command signature for `pear stage` is `pear stage <channel|key> [dir]`.
@@ -40,7 +40,7 @@ If the application is a desktop application there will also be a warmup step whe
## Step 2. Run the app on the same machine
To view the help for the `pear run` command run `pear run help`.
To view the help for the `pear run` command run `pear help run`.
The command signature for `pear run` is `pear run <key>`.
@@ -56,7 +56,7 @@ Where `pear dev` opens an application from the filesystem, `pear run` opens the
The application can be shared with other peers by announcing the application to the DHT and then supplying the application key to other peers.
To view the help for the `pear seed` command run `pear seed help`.
To view the help for the `pear seed` command run `pear help seed`.
The command signature for `pear seed` is `pear seed <channel|key> [dir]`.