Skip to content

Commit

Permalink
Release v1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoisaiah committed Apr 29, 2021
1 parent eb7dbe8 commit 87acc53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ func GetApp() *cli.App {
},
Usage: "F2 is a command-line tool for batch renaming multiple files and directories quickly and safely",
UsageText: "FLAGS [OPTIONS] [PATHS...]",
Version: "v1.5.2",
Version: "v1.5.3",
EnableBashCompletion: true,
Flags: []cli.Flag{
&cli.StringFlag{
Expand Down Expand Up @@ -127,11 +127,11 @@ func GetApp() *cli.App {
},
&cli.StringFlag{
Name: "sort",
Usage: "Sort the matches according to the provided `<sort>`",
Usage: "Sort the matches according to the provided `<sort>` (possible values: default, size, mtime, btime, atime, ctime)",
},
&cli.StringFlag{
Name: "sortr",
Usage: "Same as `<sort>` but presents the matches in the reverse order",
Usage: "Same as `<sort>` but presents the matches in the reverse order (possible values: default, size, mtime, btime, atime, ctime)",
},
&cli.BoolFlag{
Name: "ignore-case",
Expand Down

0 comments on commit 87acc53

Please sign in to comment.