aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-04-16 04:35:21 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-04-16 04:35:21 +0200
commitdace293fc95dd729277756c770702113ba133b90 (patch)
treeac43fe8994422de2811accca77549e15fc84054b
parent6f12d32de35ab1d0589db157e0fbc8e56727e138 (diff)
Change “file” to “basefile” in usage messages
-rw-r--r--fsub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fsub.c b/fsub.c
index d1863a7..ca0ef4e 100644
--- a/fsub.c
+++ b/fsub.c
@@ -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;