Update the help output for the occ files:scan command#29581
Conversation
b60282d to
7ba0e73
Compare
|
In hindsight, I think I should have created this PR as a series of commits, and not one great big one. |
7ba0e73 to
b48ba99
Compare
Codecov Report
@@ Coverage Diff @@
## master #29581 +/- ##
============================================
- Coverage 62.47% 61.77% -0.71%
+ Complexity 17544 17482 -62
============================================
Files 1045 1047 +2
Lines 57770 57723 -47
============================================
- Hits 36092 35657 -435
- Misses 21678 22066 +388
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
You missed a capital "L" and full-stop here?
|
Seems "a good thing" to me. |
|
👍 |
There was a problem hiding this comment.
Maybe: „Lists the groups a user belongs to“
There was a problem hiding this comment.
Maybe: ...contains the optional search pattern
|
@ownclouders rebase |
|
Hey! This pull request is being rebased automatically. Please DO NOT push while rebase is in progress or your changes would be lost! |
|
Automated rebase was successful! |
b48ba99 to
0869089
Compare
|
@settermjd mind to complete the PR so it can be finally reviewed and merged before 10.0.4 gets released ? |
|
@settermjd any updates on the open comments ? |
|
@PVince81 is it normal hat drone takes 18h and is still not finished...? |
c2b2c72 to
b9cf787
Compare
|
@mmattel I heard about some hardware issues on which Drone and Jenkins run... I hope we can sort this out soon. |
|
@PVince81 glory, test passed 😄. Mind to give your (hopefully positive) review so it can be merged? |
PVince81
left a comment
There was a problem hiding this comment.
Fantastic! Consistency FTW!
👍
|
@settermjd please backport to stable10 for 10.0.5 |
|
@settermjd I have not seen the backport (or missed it...), may I remind you and can you refrence from the backport to here respectively to #29580, thanks |
|
Backport stable10 #29959 |
|
thx @phil-davis |
|
Thanks for the help @mmattel @phil-davis. Confirmed as working in a local installation of 10.0.4. |
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Description
Ensures that the descriptions for all commands in
occ help files:scanare rendered consistently, and grammatically correct.Related Issue
#29580.
Motivation and Context
The help output for
occ files:scanrenders inconsistently, both for capitalisation at the start of sentences, as well as for full-stops at the end of sentences. This decreases the readability of the command's output and detracts from a completely professional appearance.How Has This Been Tested?
Re-ran the test suite.
Types of changes
Checklist:
Also Relates To
owncloud-archive/documentation#3542