Skip to content
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

docs: Fix missing whitespaces in CLI help texts #540

Merged
merged 1 commit into from
Apr 18, 2023

Conversation

leinher
Copy link
Contributor

@leinher leinher commented Apr 18, 2023

Found this typo in papis add --help:

--link / --no-link        Instead of copying the file to the library, create
                            a link toits original location

This missing whitespace is a result of code formatting to keep line width.

A quick regex search resulted in some more strings added the same way.

Found this typo in `papis add --help`:
```
--link / --no-link        Instead of copying the file to the library, create
                            a link toits original location
```

This missing whitespace is a result of code formatting to keep line
width.

A quick regex search resulted in some more strings added the same way.
@alexfikl
Copy link
Collaborator

Nice catch! This looks great! 🚀

@alexfikl alexfikl merged commit 32a5c63 into papis:master Apr 18, 2023
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants