From a062e8f821af35075f4d4a4c0372e8560f792775 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Mon, 23 Nov 2015 12:52:24 -0500 Subject: [PATCH] update documentation to follow changes --- docs/usage.rst | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/docs/usage.rst b/docs/usage.rst index 1db3bc594..57702452a 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -21,12 +21,6 @@ Supported levels: ``debug``, ``info``, ``warning``, ``error``, ``critical``. All log messages created with at least the given level will be output. -Amount of informational output -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -For some subcommands, using the ``-v`` or ``--verbose`` option will give you -more informational output (at ``info`` level). - Return codes ~~~~~~~~~~~~ @@ -435,7 +429,7 @@ Here are misc. notes about topics that are maybe not covered in enough detail in Item flags ~~~~~~~~~~ -`borg create -v` outputs a verbose list of all files, directories and other +`borg create --changed` outputs a verbose list of all files, directories and other file system items it considered. For each item, it prefixes a single-letter flag that indicates type and/or status of the item.