We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a4808f commit 775ce88Copy full SHA for 775ce88
scripts/gen-man.py
@@ -21,7 +21,7 @@
21
# title (center header)
22
titlePage = "Fastfetch man page"
23
# date (center footer)
24
-todayDate = date.today().strftime("%b %d %Y") # format : "Month (abreviation) Day Year"
+todayDate = date.today().strftime("%b %d %Y") # format : "Month (abbreviation) Day Year"
25
26
27
# text displayed in the "NAME" section
0 commit comments