Skip to content

Commit

Permalink
Apply overwrite help (#323)
Browse files Browse the repository at this point in the history
* add --apply-overwrites option description to help message
test/overwrite/Makefile: make test-timestamp more flexible for fewer false fails, remove trailing white
* further update help msg
  • Loading branch information
liquidaty authored Dec 5, 2024
1 parent 0ce705e commit 0c04db0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/builtin/help.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ static int main_help(int argc, const char *argv[]) {
" -0,--header-row <header> : insert the provided CSV as the first row (in position 0)",
" e.g. --header-row 'col1,col2,\"my col 3\"'",
#ifdef ZSV_EXTRAS
" -1,--apply-overwrites : automatically apply cached overwrites",
" -1,--apply-overwrites : automatically apply overwrites saved via `overwrite` command",
#endif
" -v,--verbose : verbose output",
"",
Expand Down
4 changes: 2 additions & 2 deletions app/ext_example/test/expected/zsvext-test-3.out
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Options common to all commands except `prop`, `rm` and `jq`:
-S,--keep-blank-headers : disable default behavior of ignoring leading blank rows
-0,--header-row <header> : insert the provided CSV as the first row (in position 0)
e.g. --header-row 'col1,col2,"my col 3"'
-1,--apply-overwrites : automatically apply cached overwrites
-1,--apply-overwrites : automatically apply overwrites saved via `overwrite` command
-v,--verbose : verbose output

Commands that parse CSV or other tabular data:
Expand Down Expand Up @@ -92,7 +92,7 @@ Options common to all commands except `prop`, `rm` and `jq`:
-S,--keep-blank-headers : disable default behavior of ignoring leading blank rows
-0,--header-row <header> : insert the provided CSV as the first row (in position 0)
e.g. --header-row 'col1,col2,"my col 3"'
-1,--apply-overwrites : automatically apply cached overwrites
-1,--apply-overwrites : automatically apply overwrites saved via `overwrite` command
-v,--verbose : verbose output

Commands that parse CSV or other tabular data:
Expand Down

0 comments on commit 0c04db0

Please sign in to comment.