Add --verbose
This commit is contained in:
parent
5c2c652d7d
commit
ecfbc01ff8
3 changed files with 7 additions and 0 deletions
|
@ -116,6 +116,8 @@ options = [
|
||||||
"allow actions that may lose annexed data"
|
"allow actions that may lose annexed data"
|
||||||
, Option ['q'] ["quiet"] (NoArg (storebool "quiet" True))
|
, Option ['q'] ["quiet"] (NoArg (storebool "quiet" True))
|
||||||
"avoid verbose output"
|
"avoid verbose output"
|
||||||
|
, Option ['v'] ["verbose"] (NoArg (storebool "quiet" False))
|
||||||
|
"allow verbose output"
|
||||||
, Option ['b'] ["backend"] (ReqArg (storestring "backend") "NAME")
|
, Option ['b'] ["backend"] (ReqArg (storestring "backend") "NAME")
|
||||||
"specify default key-value backend to use"
|
"specify default key-value backend to use"
|
||||||
, Option ['k'] ["key"] (ReqArg (storestring "key") "KEY")
|
, Option ['k'] ["key"] (ReqArg (storestring "key") "KEY")
|
||||||
|
|
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -1,6 +1,7 @@
|
||||||
git-annex (0.03) UNRELEASED; urgency=low
|
git-annex (0.03) UNRELEASED; urgency=low
|
||||||
|
|
||||||
* Fix support for file:// remotes.
|
* Fix support for file:// remotes.
|
||||||
|
* Add --verbose
|
||||||
|
|
||||||
-- Joey Hess <joeyh@debian.org> Thu, 28 Oct 2010 13:46:59 -0400
|
-- Joey Hess <joeyh@debian.org> Thu, 28 Oct 2010 13:46:59 -0400
|
||||||
|
|
||||||
|
|
|
@ -153,6 +153,10 @@ Many git-annex subcommands will stage changes for later `git commit` by you.
|
||||||
Avoid the default verbose logging of what is done; only show errors
|
Avoid the default verbose logging of what is done; only show errors
|
||||||
and progress displays.
|
and progress displays.
|
||||||
|
|
||||||
|
* --verbose
|
||||||
|
|
||||||
|
Enable verbose logging.
|
||||||
|
|
||||||
* --backend=name
|
* --backend=name
|
||||||
|
|
||||||
Specify the default key-value backend to use, adding it to the front
|
Specify the default key-value backend to use, adding it to the front
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue