aboutsummaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
Diffstat (limited to 'check')
-rwxr-xr-xcheck2
1 files changed, 1 insertions, 1 deletions
diff --git a/check b/check
index a34dff7..08b7091 100755
--- a/check
+++ b/check
@@ -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>]