Commit b34dfa41 authored by nimrod's avatar nimrod
Browse files

Nicer usage for kb.

parent 38ec8fa2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -70,7 +70,7 @@ sync () {
}

usage () {
    echo "usage: $0 start|stop|sync" >&2
    echo "usage: $(basename "$0") start|stop|sync" >&2
    exit 1
}