Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
gh-131178: Update help message fortimeit
CLI#131326
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Is the |
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 wasn't sure if this was correct, so I checked some GNU help pages. Conclusion -- it seems to be.
I did however like the handy link to the online docs.
$ cat --help...GNU coreutils online help: <https://www.gnu.org/software/coreutils/>Full documentation <https://www.gnu.org/software/coreutils/cat>or available locally via: info '(coreutils) cat invocation'
donBarbos commentedMar 16, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
and the first empty line appears as it is in |
got it. we can either remove |
currently for but i can remove the second one again |
This reverts commitda4d71f.
55150a7
intopython:mainUh oh!
There was an error while loading.Please reload this page.
Thanks! |
Uh oh!
There was an error while loading.Please reload this page.
I thought it was weird to have next end for the help message. The one who added test case also noticed this and commented it.
I didn't find where it could be useful and also unexpectedly, this is what it looks like when I run
./python -m timeit -h
:main
branchPR
branch