Skip to content

Commit

Permalink
Correct help message (-D and -C were swapped)
Browse files Browse the repository at this point in the history
Signed-off-by: Rodrigo Tobar <rtobar@icrar.org>
  • Loading branch information
rtobar committed Apr 27, 2018
1 parent bc14d12 commit 70b2139
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prepare_ngas_root.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ function print_usage {
echo
echo "-h, -?: Show this help"
echo "-f: Force creation of NGAS root, even if directory exists"
echo "-D: Do *not* create a configuration file"
echo "-C: Do *not* create an SQLite3 database"
echo "-C: Do *not* create a configuration file"
echo "-D: Do *not* create an SQLite3 database"
echo
}

Expand Down

0 comments on commit 70b2139

Please sign in to comment.