diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-05-17 18:40:43 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-05-17 18:40:43 -0400 |
commit | badd4a8d1293156a32d9502404b35825b35022ac (patch) | |
tree | 342654d678a6ef1d837286385ded633be9d3f497 | |
parent | e08875e4e21bca8a5309f039f3a32a86adda88fe (diff) |
xbs: Fix spelling mistake in documentation
-rwxr-xr-x | src/xbs/xbs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xbs/xbs b/src/xbs/xbs index 1c00d60..1af652a 100755 --- a/src/xbs/xbs +++ b/src/xbs/xbs @@ -51,7 +51,7 @@ usage() { echo print 'Commands:' flag 'status' \ - 'Are there uncommited changes in `.`?' + 'Are there uncommitted changes in `.`?' flag 'download' \ 'Download or update the tree' flag "release-client $(_ 'REPO ARCH')" \ |