commit: diags for -a support for ob-start

pull/17/head
Alec Muffett 2017-02-27 11:52:25 +00:00
rodzic e4abcbd1d9
commit 01d939f8f9
1 zmienionych plików z 1 dodań i 1 usunięć

2
eotk
Wyświetl plik

@ -439,7 +439,7 @@ case "$cmd" in
# sanity check that args are provided
if [ "x$1" = "x" ] ; then # test for no args
Print error: missing project name, try: $prog projects for a list, or -a for all
Print error: missing project name, try: $prog projects for a list, or -a for all "(if applicable)"
exit 1
elif [ "x$1" = "x-a" ] ; then # test for / expand the "-a" flag
projects=`ListProjects`