Skip to content

Commit

Permalink
Minor grammar fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kevgrig committed Jan 19, 2017
1 parent c24913f commit 15e7d6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -35,7 +35,7 @@
-q Quiet; minimize output.
-b If using bash, install programmable tab completion for SSH hosts.
-s Skip remote host initialization (making ~/posixcubes, uploading
posixcube.sh, etc.
posixcube.sh, etc.)
-k Keep the cube_exec.sh generated script.
-z SPEC Use the SPEC set of options from the ./cubespecs.ini file
-a Asynchronously execute remote CUBEs/COMMANDs. Works on Bash only.
Expand Down Expand Up @@ -177,7 +177,7 @@
at least once and your version of this script hasn't been updated. Next,
the script loops through every host and transfers any CUBEs and a script
containing the CUBEs and COMMANDs to run (`cube_exec.sh`). If the shell
is detected to be `bash`, then the above occur asynchronously across the
is detected to be `bash`, then the above occurs asynchronously across the
HOSTs. Finally, you'll see the "Executing on HOST..." line and the real
execution starts.

Expand Down
4 changes: 2 additions & 2 deletions posixcube.sh
Expand Up @@ -45,7 +45,7 @@ usage: posixcube.sh -h HOST... [OPTION]... COMMAND...
-q Quiet; minimize output.
-b If using bash, install programmable tab completion for SSH hosts.
-s Skip remote host initialization (making ~/posixcubes, uploading
posixcube.sh, etc.
posixcube.sh, etc.)
-k Keep the cube_exec.sh generated script.
-z SPEC Use the SPEC set of options from the ./cubespecs.ini file
-a Asynchronously execute remote CUBEs/COMMANDs. Works on Bash only.
Expand Down Expand Up @@ -187,7 +187,7 @@ Frequently Asked Questions:
at least once and your version of this script hasn't been updated. Next,
the script loops through every host and transfers any CUBEs and a script
containing the CUBEs and COMMANDs to run (`cube_exec.sh`). If the shell
is detected to be `bash`, then the above occur asynchronously across the
is detected to be `bash`, then the above occurs asynchronously across the
HOSTs. Finally, you'll see the "Executing on HOST..." line and the real
execution starts.
Expand Down

0 comments on commit 15e7d6d

Please sign in to comment.