summaryrefslogtreecommitdiffstats
path: root/content/posts/2021-07-29-option-parsing-on-a-budget.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/posts/2021-07-29-option-parsing-on-a-budget.md')
-rw-r--r--content/posts/2021-07-29-option-parsing-on-a-budget.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/posts/2021-07-29-option-parsing-on-a-budget.md b/content/posts/2021-07-29-option-parsing-on-a-budget.md
index 9fe6d7c..eb323e1 100644
--- a/content/posts/2021-07-29-option-parsing-on-a-budget.md
+++ b/content/posts/2021-07-29-option-parsing-on-a-budget.md
@@ -1,5 +1,5 @@
$title "Option Parsing On a Budget"
-$tags c information
+$tags C information
Recently I was writing a little code generation utility which took lots of
positional arguments. I wanted to add two optional features to this utility,