This commit is contained in:
parent
f1ff225a0c
commit
679a335b63
|
@ -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
|
||||
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user