From aaa03327822c5a8485874f80048a2f54655dd559 Mon Sep 17 00:00:00 2001 From: Daniel Mach Date: Tue, 12 Nov 2024 09:05:00 +0100 Subject: [PATCH] Document that 'status' command prints unmodified files in verbose output --- osc/commandline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osc/commandline.py b/osc/commandline.py index 50955aedc..e25b57380 100644 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -5187,7 +5187,7 @@ def do_status(self, subcmd, opts, *args): The first column in the output specifies the status and is one of the following characters: - ' ' no modifications + ' ' no modifications (shown only in verbose output) 'A' Added 'C' Conflicted 'D' Deleted