From c7d3622f7ae3a98746acd4b827d392157b5f146b Mon Sep 17 00:00:00 2001 From: Andrew Slotin Date: Fri, 13 Oct 2017 19:11:43 +0700 Subject: [PATCH] Update README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ab46c8e..140deb2 100644 --- a/README.md +++ b/README.md @@ -36,3 +36,9 @@ Just provide a BoltDB filename to be opened as the first argument on the command ```sh boltbrowser ``` + +To see all options that are available, run: + +``` +boltbrowser --help +```