From 871252d2025ccc9330bfdaec6042ac0cab21ab77 Mon Sep 17 00:00:00 2001 From: Dmitry Polienko Date: Fri, 30 Dec 2016 14:52:26 +0700 Subject: [PATCH] Update usage message --- src/nimblepkg/options.nim | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/nimblepkg/options.nim b/src/nimblepkg/options.nim index 809ce14..9d65398 100644 --- a/src/nimblepkg/options.nim +++ b/src/nimblepkg/options.nim @@ -74,7 +74,10 @@ Commands: path pkgname ... Shows absolute path to the installed packages specified. dump [pkgname] Outputs Nimble package information for - external tools. + external tools. The argument can be a + .nimble file, a project directory or + the name of an installed package. + Options: -h, --help Print this help message.