Updated usage line.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
tastytea 2019-05-19 13:03:53 +02:00
parent f1ff225a0c
commit 679a335b63
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
2 changed files with 3 additions and 2 deletions

View File

@ -15,7 +15,7 @@ remwharead - Saves URIs of things you want to remember in a database
*remwharead* [*-t* _tags_] _URI_
*remwharead* *-e* _format_ [*-f* _file_] [*-S* _start_,_end_] [*-s* _expression_]
*remwharead* *-e* _format_ [*-f* _file_] [*-S* _start_,_end_] [[*-s*|*--search-all*] _expression_]
== DESCRIPTION

View File

@ -71,7 +71,8 @@ const options parse_options(const int argc, const char *argv[])
{
cout << "Usage: " << argv[0] << " [-t tags] URI\n"
<< " " << argv[0]
<< " -e format [-f file] [-S start,end]\n";
<< " -e format [-f file] [-S start,end] "
<< "[[-s|--search-all] expression]\n";
cout << op;
return options(0);
}