diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-16 21:30:55 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-16 21:30:55 +0200 |
commit | 6d5f1b3ccd7faff3b18f5e7a8b41d33a0c5592ab (patch) | |
tree | 07cd491c172e62658841a2cb2a4ecb2a8f156212 | |
parent | 1c769bd9536fdc593a84d9e98739c1a7739d4963 (diff) |
Fix typo
-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>] |