Skip to content

Commit

Permalink
better usage for -c
Browse files Browse the repository at this point in the history
  • Loading branch information
romkatv committed Feb 19, 2023
1 parent 3877e81 commit 06ef958
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ OPTIONS
-i,--iters <NUM> [default=16]
-l,--login <yes|no> [default=yes]
-g,--git <yes|no|empty> [default=yes]
-c,--config-dir <directory> [default=configs dir in zsh-bench dir]
-c,--config-dir <directory> [default=<zsh-bench-dir>/configs]
-d,--scratch-dir <directory>
-I,--isolation <docker|user>
-s,--standalone
Expand Down
2 changes: 1 addition & 1 deletion zsh-bench
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ if (( $#help )); then
print -r -- ' -i,--iters <NUM> [default=16]'
print -r -- ' -l,--login <yes|no> [default=yes]'
print -r -- ' -g,--git <yes|no|empty> [default=yes]'
print -r -- " -c,--config-dir <directory> [default=${self_dir}/configs]"
print -r -- ' -c,--config-dir <directory> [default=<zsh-bench-dir>/configs]'
print -r -- ' -d,--scratch-dir <directory>'
print -r -- ' -I,--isolation <docker|user>'
print -r -- ' -s,--standalone'
Expand Down

0 comments on commit 06ef958

Please sign in to comment.