-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added better description #28787
added better description #28787
Conversation
apps/files/lib/Command/Scan.php
Outdated
@@ -61,7 +61,7 @@ protected function configure() { | |||
|
|||
$this | |||
->setName('files:scan') | |||
->setDescription('rescan filesystem') | |||
->setDescription('Scans the filesystem for new files and updates the file cache accordingly.') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
actually it's not only new files but also changed and deleted files and folders ....
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And 'update file cache might be a bit too technical' ... but I have no better idea right now ..
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about "Scans the filesystem for changes and updates the file cache accordingly."?
"file cache" should stay imo, since that is just our terminology.
@DeepDiver1975 I changed the text a little. Is it okay for you now? |
Request fulfilled and requester is on vacation.
@tomneedham can you give Travis another nudge? |
@dercorn please backport to stable10 |
already in stable10 - 7bfb5c9 |
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. |
I added a more verbose description to this command.