diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-04-16 04:35:21 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-04-16 04:35:21 +0200 |
commit | dace293fc95dd729277756c770702113ba133b90 (patch) | |
tree | ac43fe8994422de2811accca77549e15fc84054b | |
parent | 6f12d32de35ab1d0589db157e0fbc8e56727e138 (diff) |
Change “file” to “basefile” in usage messages
-rw-r--r-- | fsub.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ main(int argc, char *argv[]) char *needle, *haystack, *repl, *argv0 = argv[0], *optstr = "dim", - *progargs = "[-dim] pattern file [file ...]"; + *progargs = "[-dim] pattern basefile [file ...]"; uint32_t rx_opts = PCRE2_UTF; pcre2_code *rx; pcre2_match_data *mdata; |