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

Fix README.md example output #16

Merged
merged 1 commit into from Jul 18, 2020

Conversation

seanwatson
Copy link

Looks like there's a copy paste error in one of the examples in the README file. Running the example command for real does what you'd expect it too:

> tree
.
├── file-01.txt
├── file-02.txt
├── file-03.txt
└── one
    ├── file-01.txt
    ├── file-02.txt
    └── file-03.txt

1 directory, 6 files
> rnr -f file renamed ./file-01.txt ./one/file-02.txt ./one/file-03.txt
./one/file-03.txt -> ./one/renamed-03.txt
./one/file-02.txt -> ./one/renamed-02.txt
./file-01.txt -> ./renamed-01.txt
> tree
.
├── file-02.txt
├── file-03.txt
├── one
│   ├── file-01.txt
│   ├── renamed-02.txt
│   └── renamed-03.txt
├── renamed-01.txt
└── rnr-2020-07-17_213630.json

1 directory, 7 files

@ismaelgv ismaelgv merged commit c53709d into ismaelgv:master Jul 18, 2020
@ismaelgv
Copy link
Owner

Thank you very much for the contribution @seanwatson !

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