diff options
-rwxr-xr-x | check | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ # # master - check the current branch is master # clean - check for untracked files/uncommitted changes -# synced - check that local and origin and in sync (push/pull) +# synced - check that local and origin are in sync (push/pull) # submodule - check submodules are synced # # Usage: check [--master] [--clean] [--synced] [--submodule] [<dir>] |