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

Minor typo in the help sections - 'previous' vs 'previous-year' #67

Open
TheAnalogyGuy opened this issue Dec 7, 2022 · 0 comments
Open

Comments

@TheAnalogyGuy
Copy link

stup/stup

Line 1671 in 955e24c

printf "\n%15s %s" "previous" "Alias to list the notes of previous-year"

Should be: printf "\n%15s %s" "previous-year" "Alias to list the notes of previous-year"

stup/stup

Line 1711 in 955e24c

printf "\n%15s %s" "previous" "Alias to search the notes of previous-year"

Should be printf "\n%15s %s" "previous-year" "Alias to search the notes of previous-year"

Example when running command based on current help:
Incorrect:

$ stup search 'foo' previous
Error: Unknown command "previous"

Correct:

$ stup search 'foo' previous-year
Searching for term 'foo' in all categories.
Searching notes from Friday January 01, 2021 to Friday December 31, 2021
Nothing found.
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

No branches or pull requests

1 participant