summaryrefslogtreecommitdiff
path: root/src/xbs
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-05-17 19:10:45 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-05-17 19:10:45 -0400
commit374c9987807f1eb515688f440cc3d6684f4f3e2c (patch)
tree53c8c5c9fcb4285e712e61279d4477136dc806d9 /src/xbs
parent83fe235ffb1909a0f6c5eb8f1b47717eb2dc293b (diff)
xbs: touch up whitespace
Diffstat (limited to 'src/xbs')
-rwxr-xr-xsrc/xbs/xbs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xbs/xbs b/src/xbs/xbs
index ab10a9f..eb5909b 100755
--- a/src/xbs/xbs
+++ b/src/xbs/xbs
@@ -51,9 +51,9 @@ usage() {
echo
print 'Commands:'
flag 'status' \
- 'Are there uncommitted changes in `.`?'
+ 'Are there uncommitted changes in `.`?'
flag 'download' \
- 'Download or update the tree'
+ 'Download or update the tree'
flag "release-client $(_ 'REPO ARCH')" \
'Release `.` (for developer boxes)'
flag "release-server $(_ 'REPO ARCH')" \
@@ -64,7 +64,7 @@ usage() {
'Move a pkgbase from one repo to another'
flag "releasepath $(_ 'PKGBASE REPO ARCH')" \
'Print the path to the staged version of pkgbase, or exit with
- non-zero if not released'
+ non-zero if not released'
}
status() {