diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-05-17 19:10:45 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-05-17 19:10:45 -0400 |
commit | 374c9987807f1eb515688f440cc3d6684f4f3e2c (patch) | |
tree | 53c8c5c9fcb4285e712e61279d4477136dc806d9 /src | |
parent | 83fe235ffb1909a0f6c5eb8f1b47717eb2dc293b (diff) |
xbs: touch up whitespace
Diffstat (limited to 'src')
-rwxr-xr-x | src/xbs/xbs | 6 |
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() { |