Skip to content

Commit

Permalink
Merge pull request #1662 from dmach/osc-status-show-unmodified-help
Browse files Browse the repository at this point in the history
Document that 'status' command prints unmodified files in verbose output
  • Loading branch information
dmach authored Nov 29, 2024
2 parents 0ce3c4a + aaa0332 commit a20f224
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 @@ -5576,7 +5576,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 a20f224

Please sign in to comment.