diff options
Diffstat (limited to 'src/xbs')
-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() { |