diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-09-25 14:53:34 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-09-25 14:53:34 -0700 |
| commit | 270a0a47c4561507fd34d750a59bb1e64acb822c (patch) | |
| tree | 4a1760221051cc0c09da4134c76c7dec05a64543 /bp.c | |
| parent | 1593b30393b6a848581d543f088ca8f341c9f14d (diff) | |
Minor cleanup
Diffstat (limited to 'bp.c')
| -rw-r--r-- | bp.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -32,8 +32,7 @@ #define BP_NAME "bp" #endif -static const char *description = ( - BP_NAME" - a Parsing Expression Grammar command line tool"); +static const char *description = BP_NAME" - a Parsing Expression Grammar command line tool"; static const char *usage = ( "Usage:\n" " "BP_NAME" [flags] <pattern> [<files>...]\n\n" |
