Skip to content

Commit

Permalink
docs: remove incorrect info in usage help fzz -h (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianoliveira committed Nov 15, 2023
1 parent 1b386a9 commit 0d33bea
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,10 @@ Usage:
funzzy [options]
funzzy init
funzzy watch [<command>] [options]
funzzy run <command> <interval> (*deprecated*)
funzzy <command> [options]
Commands:
init Create a new funzzy.yml file.
init Create a new '.watch.yaml' file.
watch Watch for file changes and execute a command.
Options:
Expand All @@ -61,7 +60,6 @@ pub struct Args {
pub cmd_watch: bool,

pub arg_command: String,
pub arg_interval: u64,

// options
pub flag_config: String,
Expand Down

0 comments on commit 0d33bea

Please sign in to comment.