-
Notifications
You must be signed in to change notification settings - Fork 367
rm command option description modification~ #669
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
Conversation
| ``` | ||
|
|
||
| Renames `file1` to `file2`, if `file2` already exists, it will be replaced by `file1`. | ||
| Renames `file1` to `file2`, if `file2` already exists, Replace the contents of the file with `file1`. |
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.
I think this would read better split into two sentences, personally.
| Renames `file1` to `file2`, if `file2` already exists, Replace the contents of the file with `file1`. | |
| Renames `file1` to `file2`. If `file2` already exists, replace the contents of the file with `file1`. |
hbjydev
left a comment
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.
Looks pretty good. Left a comment on one bit though, potential to improve readability there a little.
|
Thx guys for this review. |
| | `Space` | Move down one page. | | ||
| | `PgUp` and `PgDn` | Move up or down one page. | | ||
| | `Begin` and `End` | Move to the beginning or end of a file. | | ||
| | <kbd>h</kbd> | Help. | |
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.
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.
I was incorrect. It does work as you have it changed.
Author checklist (Completed by original Author)
Rocky Documentation checklist (Completed by Rocky team)