Skip to content
Snippets Groups Projects
Commit 11c9173d authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

cleanup

parent 5adfc2d8
No related branches found
No related tags found
1 merge request!53Convert to NetCDF
......@@ -105,7 +105,7 @@ class Database:
msg = (
f"\nThe current database directory is set to ({db_dir})"
+ "\nTo reinstall in another location or for a clean install use 'poetry run database --clean'\n"
+ "\nTo reinstall in another location or for a clean install use 'poetry run netcdf --clean'\n"
)
console.print(msg, style="yellow")
return Path(db_dir)
......
......@@ -22,7 +22,7 @@ parser = argparse.ArgumentParser(
To choose specific location use the `--output` argument or set the environment
variable `NSHMP_NETCDF_DATABASE_PATH`
To remove the database and remove the database info file run `poetry run database --clean`
To remove the database and remove the database info file run `poetry run netcdf --clean`
"""
),
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment