Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
miampf committed Jan 22, 2024
1 parent d31cb68 commit 4aef642
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,11 @@ Once you've added taglines to your local files you can run `tag`. `tag` will sea
The `tag` help message:

```
Search for local text files with a simple tagging system.
Usage: tag [OPTIONS] <QUERY> <PATH>
Usage: tag [OPTIONS] <PATH> [QUERY]
Arguments:
<QUERY> Search query for the tags
<PATH> The path that will be searched
[QUERY] Search query for the tags
Options:
-s, --silent
Expand All @@ -48,6 +46,8 @@ Options:
A command that must run successfully for a file to be accepted
-n, --no-color
Disable coloring
-q, --query-stdin
Receive a query from the standard input
-h, --help
Print help
-V, --version
Expand Down

0 comments on commit 4aef642

Please sign in to comment.