gaak99/oxly

oxmerge should output errs to stderr

gaak99 opened this issue · 1 comments

Exhibit A:

    echo "Usage: $0 dropbox://file/path [local_repo]"
    echo "Usage: default local_repo is pwd"

Like this

echo >&2 "fooerr"