Skip to content

Commit

Permalink
src/main: clean up usage message
Browse files Browse the repository at this point in the history
  • Loading branch information
ripose-jp committed Jul 10, 2024
1 parent b724618 commit 3f5e599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ int main(int argc, char **argv)
{
if (showHelpMessage(argc, argv))
{
std::cout << "Usage:\t memento [options] [url|path/]filename\n"
std::cout << "Usage:\t memento [options] [url|path]\n"
<< "\n"
<< "For more information about command line arguments, see "
"https://mpv.io/manual/\n";
Expand Down

0 comments on commit 3f5e599

Please sign in to comment.