Skip to content

Commit

Permalink
Document that 'status' command prints unmodified files in verbose output
Browse files Browse the repository at this point in the history
  • Loading branch information
dmach committed Nov 12, 2024
1 parent 31f65dd commit aaa0332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osc/commandline.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aaa0332

Please sign in to comment.