Commit fa00232 1 parent dbf25d8 commit fa00232 Copy full SHA for fa00232
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ pub struct SearchOpts {
83
83
/// If provided output will be raw so that it can be easily piped to other commands
84
84
pub raw : bool ,
85
85
#[ clap( long, short) ]
86
- /// If set to ` true` all entries containing any of provided tags will be returned
86
+ /// If set to ' true' all entries containing any of provided tags will be returned
87
87
pub any : bool ,
88
88
}
89
89
@@ -147,7 +147,7 @@ pub enum Command {
147
147
Rm ( RmOpts ) ,
148
148
/// Clears all tags of the files that match the provided pattern.
149
149
Clear ( ClearOpts ) ,
150
- /// Searches for files that have all of the provided ` tags` .
150
+ /// Searches for files that have all of the provided ' tags' .
151
151
Search ( SearchOpts ) ,
152
152
/// Copies tags from the specified file to files that match a pattern.
153
153
Cp ( CpOpts ) ,
You can’t perform that action at this time.
0 commit comments